fix(ci): force macos-11

This commit is contained in:
Andelf
2021-12-08 23:50:18 +08:00
committed by Tienson Qin
parent cf795aeaef
commit adf0680c00

View File

@@ -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 }}