chore(workflow): using new M1 macOS runner (#12615)

This commit is contained in:
neverland 2024-02-03 16:13:02 +08:00 committed by GitHub
parent a5a9a6c5db
commit 1ff0193599
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ on:
jobs:
build-and-deploy:
if: github.repository == 'youzan/vant'
runs-on: ubuntu-latest
runs-on: macos-14
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4

View File

@ -32,7 +32,7 @@ jobs:
run: npm run lint
test:
runs-on: ubuntu-latest
runs-on: macos-14
steps:
- uses: actions/checkout@v4
@ -57,7 +57,7 @@ jobs:
directory: ./packages/vant/test/coverage
build:
runs-on: ubuntu-latest
runs-on: macos-14
steps:
- uses: actions/checkout@v4