Skip to content

Commit cce9e9d

Browse files
authored
Upgrade deprecated CI OS
1 parent 9a655c1 commit cce9e9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020
libzmqbuild: ["cmake"]
2121
include:
2222
# older libzmq and gcc without draft
23-
- os: "ubuntu-18.04"
23+
- os: "ubuntu-22.04"
2424
cppstd: "11"
2525
cc: "gcc-7"
2626
cxx: "g++-7"
2727
drafts: "OFF"
2828
libzmq: "4.2.0"
2929
libzmqbuild: "pkgconfig"
3030
# gcc 4.8
31-
- os: "ubuntu-18.04"
31+
- os: "ubuntu-22.04"
3232
cppstd: "11"
3333
cc: "gcc-4.8"
3434
cxx: "g++-4.8"
@@ -37,7 +37,7 @@ jobs:
3737
libzmqbuild: "cmake"
3838
aptinstall: "gcc-4.8 g++-4.8"
3939
# gcc 5
40-
- os: "ubuntu-18.04"
40+
- os: "ubuntu-22.04"
4141
cppstd: "11"
4242
cc: "gcc-5"
4343
cxx: "g++-5"

0 commit comments

Comments
 (0)