Skip to content

Commit

Permalink
Update linux runner (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbatalov authored Feb 12, 2025
1 parent a5d252f commit 82793d1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
linux:
name: Linux (${{ matrix.arch }})

runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
fail-fast: false
Expand All @@ -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)
Expand All @@ -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: |
Expand Down

0 comments on commit 82793d1

Please sign in to comment.