summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJan Ekström <jeebjp@gmail.com>2022-06-06 21:41:26 +0300
committerJan Ekström <jeebjp@gmail.com>2022-06-07 21:02:37 +0300
commitf7164fcfaca1b1d8f0ceb9cb58e532c172cf83fa (patch)
treeb148713b22608b9329146a60dcb09d178b4784ac /.github
parenta10e3ab23025de42371ba99995691c2d309147d7 (diff)
downloadmpv-f7164fcfaca1b1d8f0ceb9cb58e532c172cf83fa.tar.bz2
mpv-f7164fcfaca1b1d8f0ceb9cb58e532c172cf83fa.tar.xz
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9577487c50..9fa76fc766 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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]