Skip to content

Commit 0db41be

Browse files
committed
fix: Temporarily downgrade to Ubuntu 22.04
1 parent 399e165 commit 0db41be

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
@@ -63,7 +63,7 @@ jobs:
6363

6464
build:
6565
needs: check
66-
runs-on: ubuntu-latest
66+
runs-on: ubuntu-22.04
6767
strategy:
6868
matrix:
6969
os: [win64, win32]
@@ -79,7 +79,7 @@ jobs:
7979
- name: Install APT dependencies
8080
uses: awalsh128/cache-apt-pkgs-action@v1
8181
with:
82-
packages: subversion ragel cvs yasm pax nasm gperf autogen autoconf-archive
82+
packages: ragel cvs yasm pax nasm gperf autogen autoconf-archive
8383

8484
- name: Install pip dependencies
8585
run: sudo -H pip3 -qq install meson ninja

0 commit comments

Comments
 (0)