Skip to content

Commit

Permalink
Upgrade deprecated CI OS
Browse files Browse the repository at this point in the history
  • Loading branch information
gummif committed Jun 20, 2023
1 parent 9a655c1 commit cce9e9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ 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"
drafts: "OFF"
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"
Expand All @@ -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"
Expand Down

0 comments on commit cce9e9d

Please sign in to comment.