We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a5e1c3 commit f1011f0Copy full SHA for f1011f0
.github/workflows/windows-installer.yml
@@ -14,10 +14,7 @@ on:
14
15
jobs:
16
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
+ runs-on: windows-2025
21
name: Windows installer - ${{ matrix.arch }}
22
strategy:
23
matrix:
@@ -56,7 +53,7 @@ jobs:
56
53
shell: cmd
57
54
working-directory: ${{ steps.extract.outputs.build_dir }}
58
55
- name: Make installer
59
- uses: Minionguyjpro/Inno-Setup-Action@v1.2.6
+ uses: Minionguyjpro/Inno-Setup-Action@v1.2.7
60
with:
61
path: ${{ steps.extract.outputs.build_dir }}/win/innosetup.iss
62
options: /Qp
0 commit comments