Skip to content

Commit

Permalink
exclude an issue with the last clang
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Mar 18, 2024
1 parent a91dd93 commit 7c46a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sanitizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
compiler: [clang++]
compiler: [clang++-13]
id_type: ["std::uint32_t", "std::uint64_t"]
cxx_std: [cxx_std_17, cxx_std_20]

Expand Down

0 comments on commit 7c46a39

Please sign in to comment.