Skip to content

Commit

Permalink
ci/mingw: use Ubuntu 24.04
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kasper93 committed May 18, 2024
1 parent 6d79643 commit 61d101f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -53,8 +53,7 @@ jobs:
run: |
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install -y autoconf automake pkg-config g++-mingw-w64 gcc-multilib python3-pip ninja-build nasm wine wine32 wine64 ccache
sudo python3 -m pip install meson
sudo apt-get install -y ccache g++-mingw-w64 meson nasm ninja-build pkg-config wine
- name: Build libraries
run: |
Expand All @@ -77,7 +76,7 @@ jobs:
- name: Functional test
id: tests
run: |
cd artifact && wine64 ./mpv.com -v --no-config
cd artifact && wine ./mpv.com -v --no-config
env:
WINEDEBUG: '+loaddll'

Expand Down

0 comments on commit 61d101f

Please sign in to comment.