Skip to content

Commit

Permalink
lder versions of C++ can't be supported
Browse files Browse the repository at this point in the history
  • Loading branch information
dietmarkuehl committed Jan 13, 2025
1 parent 9b23297 commit 32a967a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- description: "Windows MSVC"
os: windows-latest
toolchain: "cmake/msvc-toolchain.cmake"
cpp_version: [17, 20, 23, 26]
cpp_version: [20, 23, 26]
cmake_args:
- description: "Default"
- description: "TSan"
Expand All @@ -70,15 +70,15 @@ jobs:
description: "Ubuntu GCC"
os: ubuntu-latest
toolchain: "cmake/gnu-toolchain.cmake"
cpp_version: 17
cpp_version: 23
cmake_args:
description: "Werror"
args: "-DCMAKE_CXX_FLAGS='-Werror=all -Werror=extra'"
- platform:
description: "Ubuntu GCC"
os: ubuntu-latest
toolchain: "cmake/gnu-toolchain.cmake"
cpp_version: 17
cpp_version: 23
cmake_args:
description: "Dynamic"
args: "-DBUILD_SHARED_LIBS=on"
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
ninja --version
- name: Configure CMake
run: |
cmake -B build -S . -DCMAKE_CXX_STANDARD=17 ${{ matrix.args.arg }}
cmake -B build -S . -DCMAKE_CXX_STANDARD=23 ${{ matrix.args.arg }}
env:
CMAKE_GENERATOR: "Ninja Multi-Config"
- name: Build Release
Expand Down

0 comments on commit 32a967a

Please sign in to comment.