From 93617d836de967929fa461874976f2cd2573bfe3 Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 27 Dec 2022 07:45:38 +0800 Subject: [PATCH] fix --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76fd0f4..682b1bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,8 +116,8 @@ jobs: build_tauri: needs: changes if: needs.changes.outputs.tauri == 'true' + runs-on: ${{ matrix.platform.os }} strategy: - fail-fast: false matrix: platform: - os: macos-11 @@ -132,7 +132,6 @@ jobs: # - os: [self-hosted, linux, ARM64] # name: linux+aarch64 container: ${{ matrix.platform.container }} - runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v2