From 5fc2c99c0592b40e22d6dc712f2d47b0998766aa Mon Sep 17 00:00:00 2001 From: Yellow Shine Date: Wed, 17 Jul 2024 19:52:10 +0800 Subject: [PATCH] enhance: use macos as code checker runner Signed-off-by: Yellow Shine --- .github/workflows/mac.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mac.yaml b/.github/workflows/mac.yaml index ccb21ebaab5af..ed000c8d94e21 100644 --- a/.github/workflows/mac.yaml +++ b/.github/workflows/mac.yaml @@ -31,8 +31,8 @@ concurrency: jobs: mac: - name: Code Checker MacOS 12 - runs-on: macos-12 + name: Code Checker MacOS 14 + runs-on: macos-14 timeout-minutes: 300 steps: - name: Checkout