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 authored and cgmb committed Aug 17, 2024
1 parent e494a50 commit 0ad2bc8
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 0ad2bc8

Please sign in to comment.