Skip to content

Commit 82793d1

Browse files
authored
Update linux runner (#455)
1 parent a5d252f commit 82793d1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
linux:
126126
name: Linux (${{ matrix.arch }})
127127

128-
runs-on: ubuntu-20.04
128+
runs-on: ubuntu-22.04
129129

130130
strategy:
131131
fail-fast: false
@@ -143,7 +143,6 @@ jobs:
143143
run: |
144144
sudo dpkg --add-architecture i386
145145
sudo apt update
146-
sudo apt install --allow-downgrades libpcre2-8-0=10.34-7
147146
sudo apt install g++-multilib libsdl2-dev:i386 zlib1g-dev:i386
148147
149148
- name: Dependencies (x64)
@@ -156,7 +155,7 @@ jobs:
156155
uses: actions/cache@v4
157156
with:
158157
path: out
159-
key: linux-${{ matrix.arch }}-cmake-v2
158+
key: linux-${{ matrix.arch }}-cmake-v3
160159

161160
- name: Configure
162161
run: |

0 commit comments

Comments
 (0)