Skip to content

Commit

Permalink
CI: Update mac runner version to macOS 13, as 12 is deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-carlos committed Dec 18, 2024
1 parent 6ac8666 commit 9892f01
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-12, windows-2019]
os: [ubuntu-20.04, macos-13, 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 9892f01

Please sign in to comment.