mirror of
https://github.com/libsdl-org/SDL.git
synced 2024-12-14 06:53:30 +08: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…
Reference in New Issue
Block a user