mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-05-07 04:22:41 +08:00
make ci runner can build x64 and arm64 dist for mac
This commit is contained in:
7
.github/workflows/release-ui.yml
vendored
7
.github/workflows/release-ui.yml
vendored
@@ -55,9 +55,14 @@ jobs:
|
||||
overwrite: true
|
||||
|
||||
build_on_macos:
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
- macos-12 # for x64 build
|
||||
- macos-14 # for arm64 build
|
||||
env:
|
||||
PUPPETEER_SKIP_DOWNLOAD: 'true'
|
||||
runs-on: macos-14
|
||||
runs-on: ${{ matrix.os }}
|
||||
permissions: write-all
|
||||
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
|
||||
Reference in New Issue
Block a user