Sfoglia il codice sorgente

Merge pull request #300 from liby/feature/dropping-macos-10-15

ci: bump macos-10.15 to macos-12
LongYinan 3 anni fa
parent
commit
bef050ca64
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      .github/workflows/CI.yml

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

@@ -175,13 +175,13 @@ jobs:
           path: ${{ env.APP_NAME }}.*.node
           if-no-files-found: error
   build-freebsd:
-    runs-on: macos-10.15
+    runs-on: macos-12
     name: Build FreeBSD
     steps:
       - uses: actions/checkout@v3
       - name: Build
         id: build
-        uses: vmactions/freebsd-vm@v0.1.6
+        uses: vmactions/freebsd-vm@v0.2.0
         env:
           DEBUG: napi:*
           RUSTUP_HOME: /usr/local/rustup