We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bfc136 commit a2ea317Copy full SHA for a2ea317
.github/workflows/macos.yml
@@ -12,7 +12,7 @@ jobs:
12
actions: write # for styfle/cancel-workflow-action to cancel/stop running workflows
13
contents: write # for actions/checkout to fetch code and softprops/action-gh-release
14
if: github.event_name == 'push' || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
15
- runs-on: macos-13
+ runs-on: macos-14
16
steps:
17
- name: Cancel previous runs
18
uses: styfle/cancel-workflow-action@0.12.1
0 commit comments