summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorneil <github@neilpang.com>2022-08-06 13:47:18 +0800
committerNicolas Viennot <nicolas@viennot.biz>2022-08-06 21:30:02 -0400
commit05a849ba2b29351419ad2034994111388c0817b7 (patch)
tree57c7de8e0b07e6a669dd6a7f7d8046ededf6ea01
parentfde4b58228cd8226e7128bf101e2fe569eed5882 (diff)
fix 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 5e118ee7..db1c9ca0 100644
--- a/.github/workflows/MacOS.yml
+++ b/.github/workflows/MacOS.yml
@@ -20,7 +20,7 @@ on:
jobs:
- NetBSD:
+ MacOS:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2