From e77a590ed04acaf4ad884910467e74fffaa6caf4 Mon Sep 17 00:00:00 2001 From: MistEO Date: Fri, 20 Sep 2024 16:16:33 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B5=84=E6=BA=90=E6=A3=80=E6=9F=A5?= =?UTF-8?q?=20CI=20=E7=94=A8=20macOS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index b7a5220..038acd2 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -19,7 +19,7 @@ on: jobs: resource: - runs-on: ubuntu-latest + runs-on: macos-latest steps: - uses: actions/checkout@v4 with: