Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-ffmpeg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
matrix:
include:
- os_type: linux
os: ubuntu-20.04 # pinned until all platforms moved to 22.04
os: ubuntu-22.04
arch: x86_64
shell: bash
cmake_generator: Unix Makefiles
Expand All @@ -43,7 +43,7 @@ jobs:
--enable-vaapi
--enable-vdpau
- os_type: linux
os: ubuntu-20.04 # pinned until all platforms moved to 22.04
os: ubuntu-22.04
arch: aarch64
shell: bash
cmake_generator: Unix Makefiles
Expand Down