summaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
authorruki <[email protected]>2021-08-20 22:33:13 +0800
committerruki <[email protected]>2021-08-20 22:33:13 +0800
commitaa1fcf6c858bb139927c9e1d36e70bd7197ba8fb (patch)
tree71d3ee158b4d3353032b71e7de84ea6a756a3c8c /.github/workflows/macos.yml
parentbf6b82226abc277eaaf7d16fabfea48edb4d6cf7 (diff)
improve ci
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r--.github/workflows/macos.yml2
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