From 6e58674f53e7931d022fac3eca4a4bac9e90563e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Sat, 12 Oct 2024 17:38:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81=E4=BB=A5=E6=B7=BB=E5=8A=A0=20GitHub=20=E6=89=98?= =?UTF-8?q?=E7=AE=A1=E6=A0=87=E5=87=86=E8=BF=90=E8=A1=8C=E5=99=A8=E7=9A=84?= =?UTF-8?q?=E8=AF=B4=E6=98=8E=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/setup-node-environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup-node-environment.yml b/.github/workflows/setup-node-environment.yml index 406b04d..985fb21 100644 --- a/.github/workflows/setup-node-environment.yml +++ b/.github/workflows/setup-node-environment.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: container-image: ["", "yanhao98/runner-images:pnpm"] - os: [ubuntu-latest, macos-15] + os: [ubuntu-latest, macos-15] # https://docs.github.com/zh/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#用于公共存储库的-github-托管的标准运行器 runs-on: ${{ matrix.os }} container: image: ${{ matrix.container-image }}