Skip to content

Commit 24a01ba

Browse files
committed
Downgrade to windows-2022 because windows-2025 somehow force updated to vs2026
1 parent 1e59217 commit 24a01ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cibuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169

170170
matrix:
171171
platform:
172-
- { display_name: 'Windows Native Libraries', os: windows-2025, preset_os: windows }
172+
- { display_name: 'Windows Native Libraries', os: windows-2022, preset_os: windows }
173173

174174
preset_build_type:
175175
- { display_name: 'Debug', name: debug }
@@ -292,7 +292,7 @@ jobs:
292292
pack-resources:
293293
name: Windows Native Resources
294294

295-
runs-on: windows-2025
295+
runs-on: windows-2022
296296

297297
defaults:
298298
run:

0 commit comments

Comments
 (0)