Skip to content

Commit

Permalink
Change macos x86 CI image to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
maron2000 committed Oct 2, 2024
1 parent d93a20f commit 23cd0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
actions: write # for styfle/cancel-workflow-action to cancel/stop running workflows
contents: write # for actions/checkout to fetch code and softprops/action-gh-release
if: github.event_name == 'push' || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
runs-on: macos-12
runs-on: macos-13
steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.12.1
Expand Down

0 comments on commit 23cd0bc

Please sign in to comment.