浏览代码

ci: fix missing macOS testing

Close https://github.com/napi-rs/package-template/issues/329
LongYinan 2 年之前
父节点
当前提交
54a01bac32
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/CI.yml

+ 2 - 0
.github/workflows/CI.yml

@@ -219,6 +219,8 @@ jobs:
         settings:
           - host: windows-latest
             target: x86_64-pc-windows-msvc
+          - host: macos-latest
+            target: x86_64-apple-darwin
         node:
           - '14'
           - '16'