Skip to content

Commit a57dffa

Browse files
committed
CI-cygwin.yml: use latest Windows only as the installed toolchain is identical
1 parent 0d19fc5 commit a57dffa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/CI-cygwin.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
build_cygwin:
2525
strategy:
2626
matrix:
27-
os: [windows-2022, windows-2025]
27+
# only use the latest windows-* as the installed toolchain is identical
28+
os: [windows-2025]
2829
platform: [x86_64]
2930
include:
3031
- platform: 'x86_64'

0 commit comments

Comments
 (0)