Skip to content

Commit 2e7bd0f

Browse files
committed
Github action: Fix C++ version number
1 parent b9a1f16 commit 2e7bd0f

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,30 +22,30 @@ jobs:
2222
- "fedora:43"
2323
build_type: [Dev]
2424
cpp_compiler: [g++]
25-
cpp_version: [c++14]
25+
cpp_version: [14]
2626
include:
2727
- image: "ubuntu:22.04"
2828
CXXFLAGS: -Wno-stringop-overread
2929
- image: "ubuntu:24.04"
3030
CXXFLAGS: -Wno-stringop-overread -Wno-dangling-reference
3131
- image: "debian:bookworm"
32-
cpp_version: c++14
32+
cpp_version: 14
3333
CXXFLAGS: -Wno-stringop-overread
3434
- image: "debian:bookworm"
35-
cpp_version: c++17
35+
cpp_version: 17
3636
- image: "debian:bookworm"
37-
cpp_version: c++20
37+
cpp_version: 20
3838
- image: "debian:bookworm"
3939
c_compiler: clang
4040
cpp_compiler: clang++
4141
- image: "debian:bookworm"
4242
c_compiler: clang
4343
cpp_compiler: clang++
44-
cpp_version: c++17
44+
cpp_version: 17
4545
- image: "debian:bookworm"
4646
c_compiler: clang
4747
cpp_compiler: clang++
48-
cpp_version: c++20
48+
cpp_version: 20
4949
- image: "debian:bookworm"
5050
build_type: RelWithDebInfo
5151
- image: "debian:bookworm"
@@ -56,22 +56,22 @@ jobs:
5656
- image: "debian:trixie"
5757
CXXFLAGS: -Wno-stringop-overread
5858
- image: "debian:trixie"
59-
cpp_version: c++17
59+
cpp_version: 17
6060
CXXFLAGS: -Wno-stringop-overread
6161
- image: "debian:trixie"
62-
cpp_version: c++20
62+
cpp_version: 20
6363
CXXFLAGS: -Wno-stringop-overread
6464
- image: "debian:trixie"
6565
c_compiler: clang
6666
cpp_compiler: clang++
6767
- image: "debian:trixie"
6868
c_compiler: clang
6969
cpp_compiler: clang++
70-
cpp_version: c++17
70+
cpp_version: 17
7171
- image: "debian:trixie"
7272
c_compiler: clang
7373
cpp_compiler: clang++
74-
cpp_version: c++20
74+
cpp_version: 20
7575
- image: "debian:trixie"
7676
build_type: RelWithDebInfo
7777
CXXFLAGS: -Wno-stringop-overread

0 commit comments

Comments
 (0)