diff --git a/.github/workflows/Linux.yml b/.github/workflows/Linux.yml index 491de19d..be910292 100644 --- a/.github/workflows/Linux.yml +++ b/.github/workflows/Linux.yml @@ -43,7 +43,7 @@ jobs: runs-on: ${{ matrix.os }}-${{ matrix.arch }} concurrency: - group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-Linux-${{ matrix.kind }}-${{ matrix.mode }} + group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.kind }}-${{ matrix.mode }} steps: - name: Get current date as package key diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index 38b42ca8..10bcc942 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -41,7 +41,7 @@ jobs: runs-on: ${{ matrix.os }}${{ (matrix.arch == 'x64') && '-large' || '' }} concurrency: - group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-macOS-${{ matrix.kind }}-${{ matrix.mode }} + group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.kind }}-${{ matrix.mode }} steps: - name: Get current date as package key