We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48482ff commit b318363Copy full SHA for b318363
1 file changed
.github/workflows/ci.yml
@@ -28,16 +28,19 @@ jobs:
28
os: ubuntu-latest
29
install: g++-5
30
- toolset: gcc-7
31
- os: ubuntu-20.04
32
- install: g++-7
+ container: ubuntu:18.04
+ os: ubuntu-latest
33
- toolset: gcc-9
34
+ container: ubuntu:20.04
35
36
- toolset: gcc-11
37
os: ubuntu-22.04
38
- toolset: gcc-13
39
os: ubuntu-24.04
40
- toolset: clang
41
42
43
+ install: clang
44
45
46
0 commit comments