Skip to content

Commit b647669

Browse files
committed
Update ci.yml
1 parent 48482ff commit b647669

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,19 @@ jobs:
2828
os: ubuntu-latest
2929
install: g++-5
3030
- toolset: gcc-7
31-
os: ubuntu-20.04
31+
container: ubuntu:20.04
32+
os: ubuntu-latest
3233
install: g++-7
3334
- toolset: gcc-9
34-
os: ubuntu-20.04
35+
container: ubuntu:20.04
36+
os: ubuntu-latest
3537
- toolset: gcc-11
3638
os: ubuntu-22.04
3739
- toolset: gcc-13
3840
os: ubuntu-24.04
3941
- toolset: clang
40-
os: ubuntu-20.04
42+
container: ubuntu:20.04
43+
os: ubuntu-latest
4144
- toolset: clang
4245
os: ubuntu-22.04
4346
- toolset: clang

0 commit comments

Comments
 (0)