Skip to content

Commit

Permalink
Remove runs broken by STL
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Oct 17, 2024
1 parent 4c15e40 commit 90c6da8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- "https://apt.llvm.org/llvm-snapshot.gpg.key"
- toolset: clang
compiler: clang++-18
cxxstd: "14,17,20,23"
cxxstd: "14,17,20"
os: ubuntu-24.04
install:
- clang-18
Expand All @@ -98,7 +98,7 @@ jobs:
- "https://apt.llvm.org/llvm-snapshot.gpg.key"
- toolset: clang
compiler: clang++-19
cxxstd: "14,17,20,23"
cxxstd: "14,17,20"
os: ubuntu-24.04
install:
- clang-19
Expand Down

0 comments on commit 90c6da8

Please sign in to comment.