Skip to content

Commit

Permalink
Up MPV and OS build versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed May 13, 2024
1 parent 95b9761 commit 8fc8eab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
curl -L https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip > ninja.zip
unzip ninja.zip
mv ninja.exe build/
curl -L https://github.com/shinchiro/mpv-winbuild-cmake/releases/download/20231215/mpv-dev-x86_64-20231215-git-e9d0a31.7z > mpv.7z
curl -L https://github.com/shinchiro/mpv-winbuild-cmake/releases/download/20240513/mpv-dev-x86_64-20240513-git-61f72bd.7z > mpv.7z
7z x mpv.7z
mkdir mpv
mv include mpv
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
curl -L https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip > ninja.zip
unzip ninja.zip
mv ninja.exe build/
curl -L https://github.com/shinchiro/mpv-winbuild-cmake/releases/download/20231215/mpv-dev-i686-20231215-git-e9d0a31.7z > mpv.7z
curl -L https://github.com/shinchiro/mpv-winbuild-cmake/releases/download/20240513/mpv-dev-i686-20240513-git-61f72bd.7z > mpv.7z
7z x mpv.7z
mkdir mpv
mv include mpv
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
build-ubuntu:
strategy:
matrix:
tag: [kinetic, jammy, focal]
tag: [mantic, noble, jammy, focal]
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
Expand All @@ -150,7 +150,7 @@ jobs:
build-debian:
strategy:
matrix:
tag: [bullseye, bookworm]
tag: [bookworm, trixie]
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8fc8eab

Please sign in to comment.