diff options
| author | ruki <[email protected]> | 2024-01-07 22:04:37 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-01-07 22:04:37 +0800 |
| commit | 2524a1a1ff8e332e8bd963eb5e589b1b17923fe5 (patch) | |
| tree | 2269a38c0f1f435944ad458973c734d3e3ea4e0d | |
| parent | d126302a073c4d75980c23daf370021c40e0da23 (diff) | |
fix ci
| -rw-r--r-- | .github/workflows/macos.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 9727ddc01..ede2c1ea3 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -17,7 +17,7 @@ jobs: runs-on: ${{ matrix.os }} concurrency: - group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-macOS + group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-macOS-${{ matrix.arch }} cancel-in-progress: true steps: - uses: actions/checkout@v2 |
