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
2 changed files with 3 additions and 3 deletions
+1 -1
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