From 54d495315f5e30417e42151a0ee3e403f0eada09 Mon Sep 17 00:00:00 2001 From: trobo <57040351+trobonox@users.noreply.github.com> Date: Wed, 12 Jun 2024 11:18:26 +0200 Subject: [PATCH] chore: try to fix CI for release --- .github/workflows/release.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 37f1ea78..aa302709 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: rust_target: x86_64-unknown-linux-gnu - os: macos-13 rust_target: x86_64-apple-darwin - - os: macos-14 + - os: macos-latest rust_target: aarch64-apple-darwin - os: windows-latest rust_target: x86_64-pc-windows-msvc @@ -39,7 +39,7 @@ jobs: - name: setup node uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: 'Setup Rust' uses: actions-rs/toolchain@v1 @@ -61,6 +61,9 @@ jobs: - name: Build Frontend run: yarn && yarn generate + - name: Install Tauri cli + run: npm install --save-dev @tauri-apps/cli + - uses: JonasKruckenberg/tauri-build@v1.4.0 id: tauri_build with: