Skip to content

Commit fb5ac24

Browse files
authored
WIP Update CI runners
1 parent 78f91ad commit fb5ac24

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 16 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-20.04"]
14+
os: ["ubuntu-22.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-20.04"
23+
- os: "ubuntu-22.04"
2424
cppstd: "11"
2525
cc: "gcc-9"
2626
cxx: "g++-9"
2727
drafts: "OFF"
2828
libzmq: "4.2.0"
2929
libzmqbuild: "pkgconfig"
3030
# without draft
31-
- os: "ubuntu-22.04"
32-
cppstd: "20"
33-
cc: "gcc-11"
34-
cxx: "g++-11"
31+
- os: "ubuntu-24.04"
32+
cppstd: "23"
33+
cc: "gcc-13"
34+
cxx: "g++-13"
3535
drafts: "OFF"
3636
libzmq: "4.3.5"
3737
libzmqbuild: "cmake"
3838
# coverage (gcc version should match gcov version)
39-
- os: "ubuntu-20.04"
39+
- os: "ubuntu-22.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-20.04"
49+
- os: "ubuntu-22.04"
5050
cppstd: "17"
5151
cc: "clang-12"
5252
cxx: "clang++-12"
@@ -63,14 +63,14 @@ jobs:
6363
libzmqbuild: false
6464
brewinstall: "zeromq"
6565
# windows
66-
- os: "windows-2019"
67-
cppstd: "14"
68-
cc: "msbuild"
69-
cxx: "msbuild"
70-
drafts: "ON"
71-
libzmq: "4.3.5"
72-
libzmqbuild: "cmake"
73-
platform: "-Ax64"
66+
#- os: "windows-2019"
67+
# cppstd: "14"
68+
# cc: "msbuild"
69+
# cxx: "msbuild"
70+
# drafts: "ON"
71+
# libzmq: "4.3.5"
72+
# libzmqbuild: "cmake"
73+
# platform: "-Ax64"
7474
- os: "windows-2022"
7575
cppstd: "20"
7676
cc: "msbuild"

0 commit comments

Comments
 (0)