Skip to content

Commit

Permalink
chore(workflow): using new M1 macOS runner (#12615)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Feb 3, 2024
1 parent a5a9a6c commit 1ff0193
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-v4-site.yml
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
run: npm run lint

test:
runs-on: ubuntu-latest
runs-on: macos-14
steps:
- uses: actions/checkout@v4

Expand All @@ -57,7 +57,7 @@ jobs:
directory: ./packages/vant/test/coverage

build:
runs-on: ubuntu-latest
runs-on: macos-14
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 1ff0193

Please sign in to comment.