We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d19fc5 commit a57dffaCopy full SHA for a57dffa
1 file changed
.github/workflows/CI-cygwin.yml
@@ -24,7 +24,8 @@ jobs:
24
build_cygwin:
25
strategy:
26
matrix:
27
- os: [windows-2022, windows-2025]
+ # only use the latest windows-* as the installed toolchain is identical
28
+ os: [windows-2025]
29
platform: [x86_64]
30
include:
31
- platform: 'x86_64'
0 commit comments