Skip to content

Commit 43f34be

Browse files
committed
Bump some containers to get correct compilers.
1 parent fed4374 commit 43f34be

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
install: g++-10
5454
- toolset: gcc-11
5555
cxxstd: "11,14,17,2a"
56-
container: ubuntu:20.04
56+
container: ubuntu:22.04
5757
os: ubuntu-latest
5858
install: g++-11
5959
- toolset: gcc-12
@@ -63,7 +63,7 @@ jobs:
6363
install: g++-12
6464
- toolset: gcc-13
6565
cxxstd: "11,14,17,20,2b"
66-
container: ubuntu:23.04
66+
container: ubuntu:24.04
6767
os: ubuntu-latest
6868
install: g++-13
6969
- toolset: clang
@@ -147,13 +147,13 @@ jobs:
147147
- toolset: clang
148148
compiler: clang++-16
149149
cxxstd: "11,14,17,20,2b"
150-
container: ubuntu:23.04
150+
container: ubuntu:24.04
151151
os: ubuntu-latest
152152
install: clang-16
153153
- toolset: clang
154154
compiler: clang++-17
155155
cxxstd: "11,14,17,20,2b"
156-
container: ubuntu:23.10
156+
container: ubuntu:24.10
157157
os: ubuntu-latest
158158
install: clang-17
159159
- toolset: clang

0 commit comments

Comments
 (0)