mirror of https://github.com/mpv-player/mpv
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
|
@ -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