From ced3572c0a14975dba6dd479297e473c2a064083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Sat, 12 Oct 2024 17:37:26 +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=94=AF=E6=8C=81=E5=A4=9A=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/setup-node-environment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/setup-node-environment.yml b/.github/workflows/setup-node-environment.yml index f0af926..406b04d 100644 --- a/.github/workflows/setup-node-environment.yml +++ b/.github/workflows/setup-node-environment.yml @@ -12,11 +12,12 @@ env: jobs: job: - runs-on: ubuntu-latest strategy: fail-fast: false matrix: container-image: ["", "yanhao98/runner-images:pnpm"] + os: [ubuntu-latest, macos-15] + runs-on: ${{ matrix.os }} container: image: ${{ matrix.container-image }} steps: