mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-05-20 07:39:53 +08:00
upgrade macOS version in build ci workflow file
This commit is contained in:
4
.github/workflows/release-ui.yml
vendored
4
.github/workflows/release-ui.yml
vendored
@@ -60,9 +60,9 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
platform:
|
||||
- os: macos-14 # for x64 build
|
||||
- os: macos-15-intel # for x64 build
|
||||
arch: x64
|
||||
- os: macos-14 # for arm64 build
|
||||
- os: macos-15 # for arm64 build
|
||||
arch: arm64
|
||||
env:
|
||||
PUPPETEER_SKIP_DOWNLOAD: 'true'
|
||||
|
||||
Reference in New Issue
Block a user