From 384a7524744f4605487d3c2d4ded2e1bef6ae03d Mon Sep 17 00:00:00 2001 From: chu fan Date: Tue, 10 Oct 2023 11:21:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DCD=E6=B5=81=E6=B0=B4?= =?UTF-8?q?=E7=BA=BFvercel=E5=8F=91=E5=B8=83=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CD.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CD.yaml b/.github/workflows/CD.yaml index 9803757..f7cf9a6 100644 --- a/.github/workflows/CD.yaml +++ b/.github/workflows/CD.yaml @@ -100,7 +100,7 @@ jobs: name: "部署到Vercel平台" needs: - install-init - runs-on: ubuntu-latest + runs-on: macos-latest if: github.repository == '142vip/408CSFamily' steps: - name: Checkout Code @@ -110,7 +110,7 @@ jobs: # “最近更新时间” 等 git 日志相关信息,需要拉取全部提交记录 fetch-depth: 0 - - name: Restore Dependencies From Cache + - name: Restore Dependencies From cache uses: actions/cache@v3 with: path: |