Explorar o código

fix(ci): force macos-11

Andelf %!s(int64=4) %!d(string=hai) anos
pai
achega
adf0680c00
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .github/workflows/build-desktop-release.yml

+ 2 - 2
.github/workflows/build-desktop-release.yml

@@ -215,7 +215,7 @@ jobs:
 
   build-macos:
     needs: [ compile-cljs ]
-    runs-on: macos-latest
+    runs-on: macos-11
 
     steps:
       - name: Download The Static Asset
@@ -278,7 +278,7 @@ jobs:
           mv static/out/make/zip/darwin/x64/*.zip ./builds/Logseq-darwin-x64-${{ steps.ref.outputs.version }}.zip
 
       - name: Build/Release Electron App for arm64
-        run: yarn install && yarn electron:make-macos-arm64
+        run: yarn electron:make-macos-arm64
         working-directory: ./static
         env:
           APPLE_ID: ${{ secrets.APPLE_ID_EMAIL }}