Skip to content

Commit 3a785fb

Browse files
Update to latest build agent software
1 parent ff95f97 commit 3a785fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-ilspy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
Build:
1414
permissions:
1515
packages: write # for dotnet nuget push
16-
runs-on: windows-2022
16+
runs-on: windows-2025
1717
strategy:
1818
fail-fast: false
1919
matrix:

ILSpy.Installer/ILSpy.Installer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="WixSharp_wix4" Version="2.12.0" />
26+
<PackageReference Include="WixSharp_wix4" Version="2.12.2" />
2727
</ItemGroup>
2828

2929
<Target Name="PostBuild" AfterTargets="PostBuildEvent">

0 commit comments

Comments
 (0)