Skip to content

Commit b1b907b

Browse files
authored
Update cmake_ci.yml
Switch to gcc-12 on macos-13 gh runner image, gcc >= 13.3.0 seems to have incompatible headers with macos sdk
1 parent dfe4465 commit b1b907b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- macos-13
1717
compiler:
1818
- llvm
19-
- gcc
19+
- gcc-12
2020
# you can specify the version after `-` like `llvm-13.0.0`.
2121
generator:
2222
- "Ninja"
@@ -32,7 +32,7 @@ jobs:
3232
finufft_static_linking: "OFF"
3333
exclude:
3434
- os: "windows-2022"
35-
compiler: "gcc"
35+
compiler: "gcc-12"
3636
generator: "Ninja"
3737
build_type: "Release"
3838
steps:

0 commit comments

Comments
 (0)