mirror of
https://github.com/shadps4-emu/ext-SDL.git
synced 2025-02-15 00:16:37 +00:00
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:
parent
4fa5006247
commit
279fb3acc3
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -344,7 +344,7 @@ jobs:
|
||||
|
||||
mingw:
|
||||
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:
|
||||
mingw-devel-tar-gz: ${{ steps.releaser.outputs.mingw-devel-tar-gz }}
|
||||
mingw-devel-tar-xz: ${{ steps.releaser.outputs.mingw-devel-tar-xz }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user