aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r--.github/workflows/macos.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index f8636ff..ae7b9f0 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -7,6 +7,10 @@ on:
7 schedule: 7 schedule:
8 - cron: "0 0 * * 0" # At 00:00 weekly on Sunday. 8 - cron: "0 0 * * 0" # At 00:00 weekly on Sunday.
9 9
10concurrency:
11 group: "${{ github.workflow }}-${{ github.ref }}"
12 cancel-in-progress: true
13
10jobs: 14jobs:
11 test: 15 test:
12 name: "${{ matrix.os }}/${{ matrix.arch }}" 16 name: "${{ matrix.os }}/${{ matrix.arch }}"