Skip to content

Commit 9f5db18

Browse files
committed
fix: Temporarily downgrade to Ubuntu 22.04
1 parent 86127df commit 9f5db18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-ffmpeg.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
build:
6969
needs: check
70-
runs-on: ubuntu-latest
70+
runs-on: ubuntu-22.04
7171
strategy:
7272
matrix:
7373
os: [win64, win32]
@@ -91,7 +91,7 @@ jobs:
9191
- name: Install APT dependencies
9292
uses: awalsh128/cache-apt-pkgs-action@v1
9393
with:
94-
packages: subversion ragel cvs yasm pax nasm gperf autogen autoconf-archive
94+
packages: ragel cvs yasm pax nasm gperf autogen autoconf-archive
9595

9696
- name: Install pip dependencies
9797
run: sudo -H pip3 -qq install meson ninja

0 commit comments

Comments
 (0)