mirror of
https://github.com/mpv-player/mpv
synced 2025-03-03 20:57:45 +00:00
github/workflows: bump linux jobs to Ubuntu 22.04 base VM
These utilize a custom docker container in any case, but this brings us to consistency with the mingw-w64 jobs.
This commit is contained in:
parent
f50cafd2cb
commit
9087213916
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -105,7 +105,7 @@ jobs:
|
||||
cat ./build/config.log
|
||||
|
||||
linux:
|
||||
runs-on: "ubuntu-20.04"
|
||||
runs-on: "ubuntu-22.04"
|
||||
container:
|
||||
image: "registry.opensuse.org/home/mia/images/images/mpv-ci:stable-deps"
|
||||
# Disable seccomp until a container manager in GitHub recognizes
|
||||
|
Loading…
Reference in New Issue
Block a user