From a57fe6c7a3629548ae70803a3bf2c85b1b5ad275 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Fri, 22 Nov 2024 12:29:17 +0100 Subject: [PATCH] Github action: Fix CI workflow --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a7d1190..3e6d361b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,10 +122,10 @@ jobs: image: "fedora:38" CXXFLAGS: -Wno-stringop-overread -Wno-dangling-reference - name: Fedora-39 - image: "fedora:35" + image: "fedora:39" CXXFLAGS: -Wno-stringop-overread -Wno-dangling-reference - name: Fedora-40 - image: "fedora:36" + image: "fedora:40" CXXFLAGS: -Wno-stringop-overread -Wno-dangling-reference container: image: ${{ matrix.image }}