mirror of https://github.com/mpv-player/mpv
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:
parent
a10e3ab230
commit
f7164fcfac
|
@ -11,7 +11,7 @@ on:
|
|||
|
||||
jobs:
|
||||
mingw:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
target: [i686-w64-mingw32, x86_64-w64-mingw32]
|
||||
|
|
Loading…
Reference in New Issue