Skip to content

Commit de413f9

Browse files
authored
Merge pull request #533 from Jafaral/win-inno
ci: win 2025 images no longer include inno setup, stick with 2022
2 parents b17dce4 + 1d0d9b3 commit de413f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
cfg:
16-
- { os: windows-latest, name: 'Windows_64-bit', opt: '--disable-iconc' }
16+
- { os: windows-2022, name: 'Windows_64-bit', opt: '--disable-iconc' }
1717
#- { os: windows-latest, name: 'Windows_32-bit', opt: '--build=i686-w64-mingw32 --host=i686-w64-mingw32' }
1818

1919
defaults:

0 commit comments

Comments
 (0)