Skip to content

Commit

Permalink
use wix 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Mar 14, 2024
1 parent b57b3d4 commit 02e6c30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
release-macos:
runs-on: macos-11.0
runs-on: macos-14
permissions:
contents: write
discussions: write
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- run: rustup toolchain install stable --profile minimal
- run: cargo build --release
- name: Install WiX
run: dotnet tool install --global wix --version 4.0.1
run: dotnet tool install --global wix --version 4.0.4
- name: Crate msi installer
run: |
wix extension add WixToolset.UI.wixext WixToolset.Util.wixext
Expand Down

0 comments on commit 02e6c30

Please sign in to comment.