Skip to content

Commit 02e6c30

Browse files
committed
use wix 4.0.4
1 parent b57b3d4 commit 02e6c30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313

1414
jobs:
1515
release-macos:
16-
runs-on: macos-11.0
16+
runs-on: macos-14
1717
permissions:
1818
contents: write
1919
discussions: write
@@ -78,7 +78,7 @@ jobs:
7878
- run: rustup toolchain install stable --profile minimal
7979
- run: cargo build --release
8080
- name: Install WiX
81-
run: dotnet tool install --global wix --version 4.0.1
81+
run: dotnet tool install --global wix --version 4.0.4
8282
- name: Crate msi installer
8383
run: |
8484
wix extension add WixToolset.UI.wixext WixToolset.Util.wixext

0 commit comments

Comments
 (0)