Skip to content

Commit a2ea317

Browse files
committed
MacOS-13 runner is deprecated, bumped to Macos-14
1 parent 5bfc136 commit a2ea317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
actions: write # for styfle/cancel-workflow-action to cancel/stop running workflows
1313
contents: write # for actions/checkout to fetch code and softprops/action-gh-release
1414
if: github.event_name == 'push' || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
15-
runs-on: macos-13
15+
runs-on: macos-14
1616
steps:
1717
- name: Cancel previous runs
1818
uses: styfle/cancel-workflow-action@0.12.1

0 commit comments

Comments
 (0)