Skip to content

Commit

Permalink
Update macos runner
Browse files Browse the repository at this point in the history
The `macos-11` runner is deprecated by GitHub: https://github.blog/changelog/2024-05-20-actions-upcoming-changes-to-github-hosted-macos-runners/
We should switch to a later `macos` runner, I have selected 12 here
  • Loading branch information
lawruble13 committed Aug 7, 2024
1 parent b662b92 commit 9cb8d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
matrix:
platform:
- ubuntu-20.04
- macos-11
- macos-12
- windows-2019
cmake-version:
- 3.20.0
Expand Down

0 comments on commit 9cb8d85

Please sign in to comment.