diff options
| -rw-r--r-- | .github/workflows/cosmocc.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cosmocc.yml b/.github/workflows/cosmocc.yml index 30d68d07c..f0e0ce479 100644 --- a/.github/workflows/cosmocc.yml +++ b/.github/workflows/cosmocc.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os }} concurrency: - group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-Cosmocc-${{ matrix.arch }} + group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-Cosmocc-Linux-${{ matrix.arch }} cancel-in-progress: true steps: @@ -59,4 +59,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: xmake-cosmocc - path: core/build/xmake
\ No newline at end of file + path: core/build/xmake |
