Quellcode durchsuchen

ci: fix missing macOS testing

Close https://github.com/napi-rs/package-template/issues/329
LongYinan vor 2 Jahren
Ursprung
Commit
54a01bac32
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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'