Skip to content

Commit

Permalink
Step down C++ standard for very old Clang version
Browse files Browse the repository at this point in the history
C++17 is kind of pushing it, stepping down to C++14 to keep a test for that
compiler.
  • Loading branch information
giacomofiorin committed Mar 12, 2024
1 parent 17c38a8 commit 1fec2c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,9 +350,9 @@ jobs:
apptainer exec ${{github.workspace}}/devel-tools/CentOS7-devel.sif \
cmake3 -D CMAKE_CXX_STANDARD=${CXX_STANDARD} -P devel-tools/build_test_library.cmake
- name: Clang 7, C++17 (CentOS 7)
- name: Clang 7, C++14 (CentOS 7)
env:
CXX_STANDARD: 17
CXX_STANDARD: 14
CXX: clang++
CXX_VERSION: 7
CC: clang
Expand Down

0 comments on commit 1fec2c1

Please sign in to comment.