We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399e165 commit 0db41beCopy full SHA for 0db41be
1 file changed
.github/workflows/build-ffmpeg.yaml
@@ -63,7 +63,7 @@ jobs:
63
64
build:
65
needs: check
66
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
67
strategy:
68
matrix:
69
os: [win64, win32]
@@ -79,7 +79,7 @@ jobs:
79
- name: Install APT dependencies
80
uses: awalsh128/cache-apt-pkgs-action@v1
81
with:
82
- packages: subversion ragel cvs yasm pax nasm gperf autogen autoconf-archive
+ packages: ragel cvs yasm pax nasm gperf autogen autoconf-archive
83
84
- name: Install pip dependencies
85
run: sudo -H pip3 -qq install meson ninja
0 commit comments