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
1 changed files with 1 additions and 1 deletions

View File

@ -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]