Skip to content

Commit 0009916

Browse files
committed
CI: use macos-11 for macOS runner
macos-latest is now macos-12 in current runs so build it on macOS 11 to support macOSes Big Sur that are still supported by Apple
1 parent e54cc26 commit 0009916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ccpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
macOS:
147147
name: run macOS
148148
needs: prepare
149-
runs-on: macos-latest
149+
runs-on: macos-11
150150
env:
151151
SDK_FREE_PATH: /private/var/tmp/sdks-free
152152
SDK_NONFREE_PATH: /private/var/tmp/sdks-nonfree

0 commit comments

Comments
 (0)