From cce9e9dbe5a7bc703032bed8a3c9a95e87d8bae7 Mon Sep 17 00:00:00 2001 From: Gudmundur Adalsteinsson Date: Tue, 20 Jun 2023 10:04:40 +0000 Subject: [PATCH] Upgrade deprecated CI OS --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ccceb96..53a5b34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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"