aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 cb5adb7..5181be0 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -12,6 +12,6 @@ jobs:
12 name: Build & Test 12 name: Build & Test
13 runs-on: macos-latest 13 runs-on: macos-latest
14 steps: 14 steps:
15 - uses: actions/checkout@v1 15 - uses: actions/checkout@v2
16 - name: build-test 16 - name: build-test
17 run: make test 17 run: make test