Skip to content

Commit

Permalink
Use ubuntu:22.04 for clang 13, 14, 15 because GCC 13 breaks them
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Oct 27, 2023
1 parent bced402 commit a948c0f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,17 +116,20 @@ jobs:
- toolset: clang
compiler: clang++-13
cxxstd: "11,14,17,20,2b"
os: ubuntu-22.04
os: ubuntu-latest
container: ubuntu:22.04
install: clang-13
- toolset: clang
compiler: clang++-14
cxxstd: "11,14,17,20,2b"
os: ubuntu-22.04
os: ubuntu-latest
container: ubuntu:22.04
install: clang-14
- toolset: clang
compiler: clang++-15
cxxstd: "11,14,17,20,2b"
os: ubuntu-22.04
os: ubuntu-latest
container: ubuntu:22.04
install: clang-15
- toolset: clang
compiler: clang++-16
Expand Down

0 comments on commit a948c0f

Please sign in to comment.