Skip to content

Commit f1011f0

Browse files
committed
Using Inno-Setup-Action v1.2.7 and windows-2025 image for Windows
installer creation
1 parent 1a5e1c3 commit f1011f0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/windows-installer.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ on:
1414

1515
jobs:
1616
Build-Windows-Installer:
17-
# https://github.com/Minionguyjpro/Inno-Setup-Action/issues/125
18-
# for now keep using windows-2022 image, until the above issue
19-
# is resolved.
20-
runs-on: windows-2022
17+
runs-on: windows-2025
2118
name: Windows installer - ${{ matrix.arch }}
2219
strategy:
2320
matrix:
@@ -56,7 +53,7 @@ jobs:
5653
shell: cmd
5754
working-directory: ${{ steps.extract.outputs.build_dir }}
5855
- name: Make installer
59-
uses: Minionguyjpro/Inno-Setup-Action@v1.2.6
56+
uses: Minionguyjpro/Inno-Setup-Action@v1.2.7
6057
with:
6158
path: ${{ steps.extract.outputs.build_dir }}/win/innosetup.iss
6259
options: /Qp

0 commit comments

Comments
 (0)