From 823687536e0aedb5f3ec53c7c2cf63c6ecb3d411 Mon Sep 17 00:00:00 2001 From: Alexis Placet Date: Mon, 1 Apr 2024 21:23:40 +0200 Subject: [PATCH] Upgrade github action ubuntu to 22.04 --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index b310e992..23b40a6d 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -12,7 +12,7 @@ defaults: shell: bash -e -l {0} jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 name: ${{ matrix.sys.compiler }}-${{ matrix.sys.version }}-${{ matrix.sys.stdlib }}-${{ matrix.config.name }} strategy: fail-fast: false