diff options
author | Li Jin <dragon-fly@qq.com> | 2021-12-20 11:09:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-20 11:09:55 +0800 |
commit | 145124220649905de76344af1f8a8a4d65bb41a8 (patch) | |
tree | e1def860b1c44e329884e7a2b89830fc7bd251e0 | |
parent | 05ef9bb1ffefbc717f3fb4738f3683b3cb09a82e (diff) | |
download | yuescript-145124220649905de76344af1f8a8a4d65bb41a8.tar.gz yuescript-145124220649905de76344af1f8a8a4d65bb41a8.tar.bz2 yuescript-145124220649905de76344af1f8a8a4d65bb41a8.zip |
Update macos.yml
Diffstat (limited to '')
-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 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 |