use macos 13 to make x64 build

This commit is contained in:
geekgeekrun
2024-04-14 16:50:40 +08:00
parent 904007f8a7
commit 42daa623ed

View File

@@ -58,7 +58,7 @@ jobs:
strategy:
matrix:
os:
- macos-12 # for x64 build
- macos-13 # for x64 build
- macos-14 # for arm64 build
env:
PUPPETEER_SKIP_DOWNLOAD: 'true'