Skip to content

Commit

Permalink
CI: Update the macOS runner, as 11 Big Sur is deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-carlos committed Aug 23, 2024
1 parent d59f07b commit 401f042
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-py-script:
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 401f042

Please sign in to comment.