From 613177d9fcbcc31cf75cea8b6d3464336fd181b5 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 7 Jan 2024 22:05:22 +0800 Subject: [PATCH] fix ci --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 31efe6b8e..bde352bc0 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os }} concurrency: - group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-macOS-${{ matrix.kind }} + group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-macOS-${{ matrix.arch }}-${{ matrix.kind }} cancel-in-progress: true steps: - uses: actions/checkout@v1