From 803bba7c140dbb7f8df482dec1dd917b7d16c4d7 Mon Sep 17 00:00:00 2001 From: MistEO Date: Fri, 20 Sep 2024 16:22:26 +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=20windows?= 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 1b0d7f1..25db411 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -19,7 +19,7 @@ on: jobs: resource: - runs-on: macos-14 + runs-on: windows-latest steps: - uses: actions/checkout@v4 with: