🐛 Fix(custom): change to macos-13

This commit is contained in:
Kuingsmile
2024-12-04 17:26:20 +08:00
parent 1517d62712
commit 3efd2c2dd1
4 changed files with 11 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-14, windows-latest]
os: [ubuntu-latest, macos-13, windows-latest]
steps:
@@ -37,7 +37,7 @@ jobs:
# step2: sign
- name: Install the Apple certificates
if: matrix.os == 'macos-14'
if: matrix.os == 'macos-13'
run: |
CERTIFICATE_PATH=$RUNNER_TEMP/build_certificate.p12
echo -n "$BUILD_CERTIFICATE_BASE64" | base64 --decode -o $CERTIFICATE_PATH
@@ -55,7 +55,7 @@ jobs:
# step3: yarn
- name: Yarn install macos
if: matrix.os == 'macos-14'
if: matrix.os == 'macos-13'
run: |
yarn
yarn global add xvfb-maybe