From 279fb3acc3cb586714252ed2ca4b497eb3f6f1a9 Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Mon, 27 May 2024 02:12:36 +0200 Subject: [PATCH] release: build mingw binaries on Ubuntu 24.04 Ubuntu 22.04 ships with mingw that does not support direct3d12. [ci skip] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a0e381779..4f79f64658 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}