Skip to content

Commit 80f31ff

Browse files
authored
Update Ubuntu compiler versions to gcc-14 and g++-14
1 parent ec05784 commit 80f31ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
c_compiler: cl
3232
cpp_compiler: cl
3333
- os: ubuntu-latest
34-
c_compiler: gcc
35-
cpp_compiler: g++
34+
c_compiler: gcc-14
35+
cpp_compiler: g++-14
3636
- os: ubuntu-latest
3737
c_compiler: clang
3838
cpp_compiler: clang++

0 commit comments

Comments
 (0)