1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-18 05:37:04 +00:00

github/workflows: move mingw CI to ubuntu 22.04

Updates mingw-w64 to 8.0 as well as generally bumps the toolchain
to gcc 10.x.
This commit is contained in:
Jan Ekström 2022-06-06 21:41:26 +03:00
parent a10e3ab230
commit f7164fcfac

View File

@ -11,7 +11,7 @@ on:
jobs: jobs:
mingw: mingw:
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
strategy: strategy:
matrix: matrix:
target: [i686-w64-mingw32, x86_64-w64-mingw32] target: [i686-w64-mingw32, x86_64-w64-mingw32]