mirror of
https://github.com/zeromq/cppzmq.git
synced 2024-12-12 10:33:52 +01:00
Upgrade deprecated CI OS
This commit is contained in:
parent
9a655c16f2
commit
cce9e9dbe5
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
libzmqbuild: ["cmake"]
|
||||
include:
|
||||
# older libzmq and gcc without draft
|
||||
- os: "ubuntu-18.04"
|
||||
- os: "ubuntu-22.04"
|
||||
cppstd: "11"
|
||||
cc: "gcc-7"
|
||||
cxx: "g++-7"
|
||||
@ -28,7 +28,7 @@ jobs:
|
||||
libzmq: "4.2.0"
|
||||
libzmqbuild: "pkgconfig"
|
||||
# gcc 4.8
|
||||
- os: "ubuntu-18.04"
|
||||
- os: "ubuntu-22.04"
|
||||
cppstd: "11"
|
||||
cc: "gcc-4.8"
|
||||
cxx: "g++-4.8"
|
||||
@ -37,7 +37,7 @@ jobs:
|
||||
libzmqbuild: "cmake"
|
||||
aptinstall: "gcc-4.8 g++-4.8"
|
||||
# gcc 5
|
||||
- os: "ubuntu-18.04"
|
||||
- os: "ubuntu-22.04"
|
||||
cppstd: "11"
|
||||
cc: "gcc-5"
|
||||
cxx: "g++-5"
|
||||
|
Loading…
Reference in New Issue
Block a user