Skip to content

Commit

Permalink
Remove cxxstd=1z for Clang 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Dec 22, 2024
1 parent 7b6dcc6 commit ec5edad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
install: clang-4.0
- toolset: clang
compiler: clang++-5.0
cxxstd: "11,14,1z"
cxxstd: "11,14"
container: ubuntu:18.04
os: ubuntu-latest
install: clang-5.0
Expand Down

0 comments on commit ec5edad

Please sign in to comment.