Skip to content

Commit 2cd515f

Browse files
committed
Update ci.yml
1 parent da4c8f5 commit 2cd515f

1 file changed

Lines changed: 20 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,19 @@ jobs:
3030
os: ubuntu-latest
3131
install: g++-6
3232
- toolset: gcc-7
33-
os: ubuntu-20.04
33+
container: ubuntu:20.04
34+
os: ubuntu-latest
3435
install: g++-7
3536
# gcc-8 variant=release crashes
3637
# - toolset: gcc-8
3738
# os: ubuntu-20.04
3839
# install: g++-8
3940
- toolset: gcc-9
40-
os: ubuntu-20.04
41+
container: ubuntu:20.04
42+
os: ubuntu-latest
4143
- toolset: gcc-10
42-
os: ubuntu-20.04
44+
container: ubuntu:20.04
45+
os: ubuntu-latest
4346
install: g++-10
4447
- toolset: gcc-11
4548
os: ubuntu-22.04
@@ -72,31 +75,38 @@ jobs:
7275
install: clang-5.0
7376
- toolset: clang
7477
compiler: clang++-6.0
75-
os: ubuntu-20.04
78+
container: ubuntu:20.04
79+
os: ubuntu-latest
7680
install: clang-6.0
7781
- toolset: clang
7882
compiler: clang++-7
79-
os: ubuntu-20.04
83+
container: ubuntu:20.04
84+
os: ubuntu-latest
8085
install: clang-7
8186
- toolset: clang
8287
compiler: clang++-8
83-
os: ubuntu-20.04
88+
container: ubuntu:20.04
89+
os: ubuntu-latest
8490
install: clang-8
8591
- toolset: clang
8692
compiler: clang++-9
87-
os: ubuntu-20.04
93+
container: ubuntu:20.04
94+
os: ubuntu-latest
8895
install: clang-9
8996
- toolset: clang
9097
compiler: clang++-10
91-
os: ubuntu-20.04
98+
container: ubuntu:20.04
99+
os: ubuntu-latest
92100
install: clang-10
93101
- toolset: clang
94102
compiler: clang++-11
95-
os: ubuntu-20.04
103+
container: ubuntu:20.04
104+
os: ubuntu-latest
96105
install: clang-11
97106
- toolset: clang
98107
compiler: clang++-12
99-
os: ubuntu-20.04
108+
container: ubuntu:20.04
109+
os: ubuntu-latest
100110
install: clang-12
101111
- toolset: clang
102112
compiler: clang++-13

0 commit comments

Comments
 (0)