Skip to content

Commit 9892f01

Browse files
CI: Update mac runner version to macOS 13, as 12 is deprecated.
1 parent 6ac8666 commit 9892f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build-microbit-v2-samples:
1111
strategy:
1212
matrix:
13-
os: [ubuntu-20.04, macos-12, windows-2019]
13+
os: [ubuntu-20.04, macos-13, windows-2019]
1414
gcc: ['7-2017-q4', 'latest']
1515
cmake: ['3.6.0', ''] # Empty string installs the latest CMake release
1616
fail-fast: false

0 commit comments

Comments
 (0)