From e633c7e1f746fb7418b7fc702b5798b5cce9e0fa Mon Sep 17 00:00:00 2001 From: lijinke666 Date: Mon, 9 Dec 2024 19:26:24 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20ci=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d25908b78f..f7ab65d367 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: # runs-on: macos-latest # (目前 macos-latest 对应的是 Big Sur 11, macos-12 对应 Monterey 12) # macOS 3-core CPU, 其他 2-core CPU # > macos-14 会导致 CI 的测试卡死, 没有任何报错!!! - runs-on: macos-12 + runs-on: macos-14 if: "!contains(github.event.head_commit.message, '[skip ci]')" strategy: matrix: