From 82793d14f4429928175047292e59fd91e9325c82 Mon Sep 17 00:00:00 2001 From: Alexander Batalov Date: Wed, 12 Feb 2025 08:04:34 +0300 Subject: [PATCH] Update linux runner (#455) --- .github/workflows/ci-build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 11489101..03c04aa4 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -125,7 +125,7 @@ jobs: linux: name: Linux (${{ matrix.arch }}) - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: fail-fast: false @@ -143,7 +143,6 @@ jobs: run: | sudo dpkg --add-architecture i386 sudo apt update - sudo apt install --allow-downgrades libpcre2-8-0=10.34-7 sudo apt install g++-multilib libsdl2-dev:i386 zlib1g-dev:i386 - name: Dependencies (x64) @@ -156,7 +155,7 @@ jobs: uses: actions/cache@v4 with: path: out - key: linux-${{ matrix.arch }}-cmake-v2 + key: linux-${{ matrix.arch }}-cmake-v3 - name: Configure run: |