Skip to content

Commit

Permalink
GHA: Remove C++2b test from clang-16/17 on ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Dec 9, 2024
1 parent 224e299 commit 74d4f30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,12 @@ jobs:
install: clang-15
- toolset: clang
compiler: clang++-16
cxxstd: "11,14,17,20,2b"
cxxstd: "11,14,17,20"
os: ubuntu-24.04
install: clang-16
- toolset: clang
compiler: clang++-17
cxxstd: "11,14,17,20,2b"
cxxstd: "11,14,17,20"
os: ubuntu-24.04
install: clang-17
- toolset: clang
Expand All @@ -199,7 +199,7 @@ jobs:
install: clang-17
- toolset: clang
compiler: clang++-17
cxxstd: "11,14,17,20,2b"
cxxstd: "11,14,17,20"
instruction-set: skylake-avx512
cpu-requirements: [ avx512f, avx512cd, avx512vl, avx512dq, avx512bw, bmi1, bmi2 ]
os: ubuntu-24.04
Expand Down

0 comments on commit 74d4f30

Please sign in to comment.