Skip to content

Commit 47c1278

Browse files
committed
Explicit images
1 parent 13becae commit 47c1278

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: ["ubuntu-latest"]
14+
os: ["ubuntu-20.04"]
1515
cppstd: ["98", "11", "20"]
1616
cc: ["gcc-10"]
1717
cxx: ["g++-10"]
@@ -20,23 +20,23 @@ jobs:
2020
libzmqbuild: ["cmake"]
2121
include:
2222
# older libzmq and without draft
23-
- os: "ubuntu-22.04"
23+
- os: "ubuntu-20.04"
2424
cppstd: "11"
25-
cc: "gcc-11"
26-
cxx: "g++-11"
25+
cc: "gcc-9"
26+
cxx: "g++-9"
2727
drafts: "OFF"
2828
libzmq: "4.2.0"
2929
libzmqbuild: "pkgconfig"
3030
# without draft
31-
- os: "ubuntu-latest"
31+
- os: "ubuntu-22.04"
3232
cppstd: "20"
33-
cc: "gcc-10"
34-
cxx: "g++-10"
33+
cc: "gcc-11"
34+
cxx: "g++-11"
3535
drafts: "OFF"
3636
libzmq: "4.3.4"
3737
libzmqbuild: "cmake"
3838
# coverage (gcc version should match gcov version)
39-
- os: "ubuntu-latest"
39+
- os: "ubuntu-20.04"
4040
cppstd: "17"
4141
cc: "gcc-9"
4242
cxx: "g++-9"
@@ -46,7 +46,7 @@ jobs:
4646
coverage: "-DCOVERAGE=ON"
4747
aptinstall: "lcov"
4848
# clang
49-
- os: "ubuntu-latest"
49+
- os: "ubuntu-20.04"
5050
cppstd: "17"
5151
cc: "clang-12"
5252
cxx: "clang++-12"
@@ -71,7 +71,7 @@ jobs:
7171
libzmq: "4.3.4"
7272
libzmqbuild: "cmake"
7373
platform: "-Ax64"
74-
- os: "windows-latest"
74+
- os: "windows-2022"
7575
cppstd: "20"
7676
cc: "msbuild"
7777
cxx: "msbuild"

0 commit comments

Comments
 (0)