diff options
| author | ruki <[email protected]> | 2025-01-16 23:11:04 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-01-16 23:11:04 +0800 |
| commit | a13a14716d315a3e102420bb788521aa445b81c4 (patch) | |
| tree | 495910972375203126796403cce7397c542f86a1 | |
| parent | f1eae451650414b6b1f3ebb69fc6d9614f378ecd (diff) | |
Update cosmocc_macos.yml
| -rw-r--r-- | .github/workflows/cosmocc_macos.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/cosmocc_macos.yml b/.github/workflows/cosmocc_macos.yml index 11f47c90f..fc2ad11b2 100644 --- a/.github/workflows/cosmocc_macos.yml +++ b/.github/workflows/cosmocc_macos.yml @@ -1,4 +1,4 @@ -name: Cosmocc (macos-x86_64) +name: Cosmocc (macOS) on: pull_request: @@ -15,7 +15,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-macOS-${{ matrix.arch }} cancel-in-progress: true steps: - uses: actions/checkout@v2 @@ -63,4 +63,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 |
