mirror of
https://github.com/mpv-player/mpv
synced 2024-12-17 20:34:58 +00:00
ci/mingw: use Ubuntu 24.04
This effectively bumps minimal MinGW-w64 requirement to v11.0.1. As it is available in the latest Ubuntu LTS. While at it clean installed packages list.
This commit is contained in:
parent
05e870f76b
commit
9f8b4b38c9
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -27,7 +27,7 @@ on:
|
||||
|
||||
jobs:
|
||||
mingw:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
env:
|
||||
CCACHE_BASEDIR: ${{ github.workspace }}
|
||||
CCACHE_DIR: ${{ github.workspace }}/.ccache
|
||||
@ -65,8 +65,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y ccache g++-mingw-w64 nasm ninja-build pkg-config wine wine64
|
||||
sudo python3 -m pip install meson
|
||||
sudo apt-get install -y ccache g++-mingw-w64 meson nasm ninja-build pkg-config wine
|
||||
|
||||
- name: Install Meson Wraps
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user