upgrade macOS version in build ci workflow file

This commit is contained in:
geekgeekrun
2025-12-10 14:44:01 +08:00
parent 5f47e47448
commit 69cf5fd34f

View File

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