Skip to content

Commit

Permalink
Update containers
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Dec 8, 2024
1 parent a5d07fc commit 10645dd
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ jobs:
install: g++-12
- toolset: gcc-13
cxxstd: "03,11,14,17,20,2b"
container: ubuntu:23.04
os: ubuntu-latest
os: ubuntu-24.04
install: g++-13
- toolset: gcc-14
cxxstd: "03,11,14,17,20,2b"
Expand Down Expand Up @@ -138,14 +137,12 @@ jobs:
- toolset: clang
compiler: clang++-16
cxxstd: "03,11,14,17,20,2b"
container: ubuntu:23.04
os: ubuntu-latest
os: ubuntu-24.04
install: clang-16
- toolset: clang
compiler: clang++-17
cxxstd: "03,11,14,17,20,2b"
container: ubuntu:23.10
os: ubuntu-latest
os: ubuntu-24.04
install: clang-17
- toolset: clang
compiler: clang++-18
Expand Down

0 comments on commit 10645dd

Please sign in to comment.