https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=d704d04a2ab61e92e105ba99d25df3f52ee653ff

commit d704d04a2ab61e92e105ba99d25df3f52ee653ff
Author: Jon Turney <[email protected]>
Date:   Thu Oct 9 15:10:23 2025 +0100

    Cygwin: CI: run on windows-2022
    
    The cancel2 test in the testsuite fails on the Windows 2025 VM image,
    for reasons not yet understood.
    
    https://cygwin.com/pipermail/cygwin-patches/2025q3/014304.html

Diff:
---
 .github/workflows/cygwin.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml
index c97e2f21c..9a761510b 100644
--- a/.github/workflows/cygwin.yml
+++ b/.github/workflows/cygwin.yml
@@ -91,7 +91,7 @@ jobs:
       if: env.HAS_SSH_KEY == 'true'
 
   windows-build:
-    runs-on: windows-latest
+    runs-on: windows-2022
     strategy:
       fail-fast: false
       matrix:

Reply via email to