Skip to content

Commit ba8ce7e

Browse files
P-E-PCohenArthur
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 fa86c37 commit ba8ce7e

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)