فهرست منبع

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'