Skip to content

Commit

Permalink
CI: Update macOS runner version as 11 is deprecated. (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-carlos authored Jul 10, 2024
1 parent f80b268 commit 41e7a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build-microbit-v2-samples:
strategy:
matrix:
os: [ubuntu-20.04, macos-11, windows-2019]
os: [ubuntu-20.04, macos-12, windows-2019]
gcc: ['7-2017-q4', 'latest']
cmake: ['3.6.0', ''] # Empty string installs the latest CMake release
fail-fast: false
Expand Down

0 comments on commit 41e7a25

Please sign in to comment.