Re: [Mingw-w64-public] [PATCH] github: Stop running armv7 binaries

2025-07-16 Thread Martin Storsjö
On Wed, 16 Jul 2025, LIU Hao wrote: 在 2025-7-16 16:03, Martin Storsjö 写道: The ARM github actions runners now run on Windows 11 10.0.26100, which no longer support executing armv7 binaries. (Previously they were running Windows 11 10.0.22631.) We still keep testing compiling/linking them in the

Re: [Mingw-w64-public] [PATCH] github: Stop running armv7 binaries

2025-07-16 Thread LIU Hao
在 2025-7-16 16:03, Martin Storsjö 写道: The ARM github actions runners now run on Windows 11 10.0.26100, which no longer support executing armv7 binaries. (Previously they were running Windows 11 10.0.22631.) We still keep testing compiling/linking them in the "Run extra tests with crt-test" step,

[Mingw-w64-public] [PATCH] github: Stop running armv7 binaries

2025-07-16 Thread Martin Storsjö
The ARM github actions runners now run on Windows 11 10.0.26100, which no longer support executing armv7 binaries. (Previously they were running Windows 11 10.0.22631.) We still keep testing compiling/linking them in the "Run extra tests with crt-test" step, we just don't execute them any more. S