We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48482ff commit b647669Copy full SHA for b647669
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
+ container: ubuntu:20.04
32
+ os: ubuntu-latest
33
install: g++-7
34
- toolset: gcc-9
35
36
37
- toolset: gcc-11
38
os: ubuntu-22.04
39
- toolset: gcc-13
40
os: ubuntu-24.04
41
- toolset: clang
42
43
44
45
46
0 commit comments