Skip to content

Commit dc75d56

Browse files
committed
Remove GCC on MacOS
1 parent 693a83f commit dc75d56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
- name: Clang
2222
cc: clang
2323
cxx: clang++
24-
- name: gcc-13
25-
cc: gcc-13
26-
cxx: g++-13
24+
- name: gcc-14
25+
cc: gcc-14
26+
cxx: g++-14
2727
cpu:
2828
- name: Intel
2929
image: macos-13

0 commit comments

Comments
 (0)