From 02e6c3075a7ed946caf2a9e5c0ebd6903e7afc74 Mon Sep 17 00:00:00 2001 From: Raphael Amorim Date: Thu, 14 Mar 2024 02:21:13 +0100 Subject: [PATCH] use wix 4.0.4 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c3aeb1a60f..fc604e5357 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ env: jobs: release-macos: - runs-on: macos-11.0 + runs-on: macos-14 permissions: contents: write discussions: write @@ -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