Skip to content

Commit 10645dd

Browse files
committed
Update containers
1 parent a5d07fc commit 10645dd

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ jobs:
5656
install: g++-12
5757
- toolset: gcc-13
5858
cxxstd: "03,11,14,17,20,2b"
59-
container: ubuntu:23.04
60-
os: ubuntu-latest
59+
os: ubuntu-24.04
6160
install: g++-13
6261
- toolset: gcc-14
6362
cxxstd: "03,11,14,17,20,2b"
@@ -138,14 +137,12 @@ jobs:
138137
- toolset: clang
139138
compiler: clang++-16
140139
cxxstd: "03,11,14,17,20,2b"
141-
container: ubuntu:23.04
142-
os: ubuntu-latest
140+
os: ubuntu-24.04
143141
install: clang-16
144142
- toolset: clang
145143
compiler: clang++-17
146144
cxxstd: "03,11,14,17,20,2b"
147-
container: ubuntu:23.10
148-
os: ubuntu-latest
145+
os: ubuntu-24.04
149146
install: clang-17
150147
- toolset: clang
151148
compiler: clang++-18

0 commit comments

Comments
 (0)