Browse Source

ci: fix missing macOS testing

Close https://github.com/napi-rs/package-template/issues/329
LongYinan 2 năm trước cách đây
mục cha
commit
54a01bac32
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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'