diff options
| author | ruki <[email protected]> | 2021-08-20 22:33:13 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-08-20 22:33:13 +0800 |
| commit | aa1fcf6c858bb139927c9e1d36e70bd7197ba8fb (patch) | |
| tree | 71d3ee158b4d3353032b71e7de84ea6a756a3c8c /.github/workflows/macos.yml | |
| parent | bf6b82226abc277eaaf7d16fabfea48edb4d6cf7 (diff) | |
improve ci
Diffstat (limited to '.github/workflows/macos.yml')
| -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 c6ed72491..c814607ec 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -12,7 +12,7 @@ jobs: runs-on: macos-latest concurrency: - group: ${{ github.head_ref }}-build + group: ${{ github.head_ref }}-macOS cancel-in-progress: true steps: - uses: actions/checkout@v2 |
