From 2cfc293bac560d418a2192e4a0b784c87ec703ca Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 13 Dec 2025 23:37:43 +0100 Subject: [PATCH] Run wxMSW 64-bit CI builds on Debian stable Running them under "testing" is broken right now, this might be related to the MESA packages update from 25.2.6-1 (used by the latest good run) to 25.2.8-2+b2 (which fails now). (cherry picked from commit 35487b06a76de0f8887864cc361c89af8278bab2) --- .github/workflows/ci_msw_cross.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_msw_cross.yml b/.github/workflows/ci_msw_cross.yml index 7b3925a9a1..bcbf88b4ae 100644 --- a/.github/workflows/ci_msw_cross.yml +++ b/.github/workflows/ci_msw_cross.yml @@ -71,7 +71,7 @@ jobs: matrix: include: - name: wxMSW 64 bits - debian_release: testing + debian_release: stable configure_flags: --enable-stl --disable-compat30 - name: wxMSW 32 bits # Testing doesn't have 32 bit support any more.