From e1a35c8a606f03e8b7922954bf6245cf13a054c8 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 7 Aug 2023 09:39:41 +0200 Subject: [PATCH] Bump to new CI runner (22.04) to try to make CI work again --- .github/workflows/check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 8d8bfd9..c8d5e55 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -18,7 +18,7 @@ on: jobs: check: name: Build with Autotools and gcc, and test - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 steps: - name: Install Dependencies run: | @@ -146,7 +146,7 @@ jobs: clang: name: Build with clang and analyze - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: