Skip to content

Commit

Permalink
ci: don't pin Ubuntu version where it doesn't matter
Browse files Browse the repository at this point in the history
Use ubuntu-latest for all jobs that uses container under the hood
anyway, exact Ubuntu version does not matter, so use latest stable one.
  • Loading branch information
kasper93 committed May 18, 2024
1 parent 42e2b53 commit d46f4f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
path: mpv.tar.gz

linux:
runs-on: "ubuntu-22.04"
runs-on: ubuntu-latest
container:
image: "registry.opensuse.org/home/mia/images/images/mpv-ci:stable-deps"
env:
Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:
cat ./build/meson-logs/testlog.txt
linux-fuzz:
runs-on: "ubuntu-latest"
runs-on: ubuntu-latest
container:
image: "registry.opensuse.org/home/mia/images/images/mpv-ci:stable-deps"
env:
Expand All @@ -290,7 +290,7 @@ jobs:
cat ./build/meson-logs/meson-log.txt
linux-ffmpeg-4-4:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
container:
# We want to test ffmpeg 4.4 which alpine 3.15 has exactly.
# Furthermore, this is a very minimal build of mpv without commonly
Expand Down

0 comments on commit d46f4f9

Please sign in to comment.