From c8b8b1b6e775c6894bca30029ea79edd92f5c0b5 Mon Sep 17 00:00:00 2001 From: Vollate Date: Tue, 4 Jun 2024 21:13:12 +0800 Subject: [PATCH] fix(mac x86 plateform) --- .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 bf1b64fb..9a03e347 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: settings: - platform: 'macos-latest' # for Arm based macs (M1 and above). args: '--target aarch64-apple-darwin' - - platform: 'macos-latest' # for Intel based macs. + - platform: 'macos-13' # for Intel based macs. args: '--target x86_64-apple-darwin' - platform: 'ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04. args: '' @@ -45,7 +45,7 @@ jobs: echo "PROTOC=$protocPath" >> $Env:GITHUB_ENV - name: install dependencies (mac only) - if: matrix.settings.platform == 'macos-latest' || matrix.settings.platform == 'aarch64-apple-darwin,x86_64-apple-darwin' + if: matrix.settings.platform == 'macos-latest'|| matrix.settings.platform == 'macos-13' || matrix.settings.platform == 'aarch64-apple-darwin,x86_64-apple-darwin' run: | brew install protobuf