Skip to content

Commit

Permalink
Merge pull request #5231 from maron2000/macos_ci
Browse files Browse the repository at this point in the history
Switch macOS x86 CI runner image to macos-13
  • Loading branch information
joncampbell123 authored Oct 8, 2024
2 parents d93a20f + 23cd0bc commit bdacd50
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/[email protected]
Expand Down

0 comments on commit bdacd50

Please sign in to comment.