From a45d05123f70efbdaf3d420c08bbd870327c524e Mon Sep 17 00:00:00 2001 From: niuyazhe Date: Wed, 8 May 2024 17:24:21 +0800 Subject: [PATCH] polish(nyz): polish macos platform test version to 12 --- .github/workflows/platform_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/platform_test.yml b/.github/workflows/platform_test.yml index b3e92c175c..31ea743016 100644 --- a/.github/workflows/platform_test.yml +++ b/.github/workflows/platform_test.yml @@ -11,7 +11,7 @@ jobs: if: "!contains(github.event.head_commit.message, 'ci skip')" strategy: matrix: - os: [macos-13, windows-latest] + os: [macos-12, windows-latest] python-version: [3.8, 3.9] steps: