Skip to content

Commit 627d0ac

Browse files
committed
1 parent 65641b6 commit 627d0ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
c_compiler: [gcc, clang]
2424
include:
2525
- os: ubuntu-latest
26-
c_compiler: gcc
26+
c_compiler: gcc-14
2727
cpp_compiler: g++-14
2828
- os: ubuntu-latest
29-
c_compiler: clang
29+
c_compiler: clang-18
3030
cpp_compiler: clang++-18
3131

3232
steps:

0 commit comments

Comments
 (0)