release: build mingw binaries on Ubuntu 24.04

Ubuntu 22.04 ships with mingw that does not support direct3d12.

[ci skip]
This commit is contained in:
Anonymous Maarten 2024-05-27 02:12:36 +02:00
parent 4fa5006247
commit 279fb3acc3
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ jobs:
mingw: mingw:
needs: [src] needs: [src]
runs-on: ubuntu-latest runs-on: ubuntu-24.04 # FIXME: current ubuntu-latest ships an outdated mingw, replace with ubuntu-latest once 24.04 becomes the new default
outputs: outputs:
mingw-devel-tar-gz: ${{ steps.releaser.outputs.mingw-devel-tar-gz }} mingw-devel-tar-gz: ${{ steps.releaser.outputs.mingw-devel-tar-gz }}
mingw-devel-tar-xz: ${{ steps.releaser.outputs.mingw-devel-tar-xz }} mingw-devel-tar-xz: ${{ steps.releaser.outputs.mingw-devel-tar-xz }}