Skip to content

Commit 25b1cb5

Browse files
P-E-Pdkm
authored andcommitted
Pin macos CI to version 13
Latest macos environment runs on arm and is thus incompatible with gcc. ChangeLog: * .github/workflows/ccpp.yml: Pin macos runner version. Signed-off-by: Pierre-Emmanuel Patry <[email protected]>
1 parent 7bdc78b commit 25b1cb5

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
@@ -253,7 +253,7 @@ jobs:
253253
CC: clang
254254
CXX: clang++
255255

256-
runs-on: macos-latest
256+
runs-on: macos-13
257257

258258
steps:
259259
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)