From 06ace8f7489b662059ec077bd3c48ed98ff6b784 Mon Sep 17 00:00:00 2001 From: neverland Date: Thu, 1 Feb 2024 13:34:06 +0800 Subject: [PATCH] test(workflow): using new M1 macOS runner (#5352) --- .github/workflows/test-macOS.yml | 2 +- .github/workflows/vitest-macOS.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-macOS.yml b/.github/workflows/test-macOS.yml index c70372d3042b..e063a84cb0dc 100644 --- a/.github/workflows/test-macOS.yml +++ b/.github/workflows/test-macOS.yml @@ -19,7 +19,7 @@ on: jobs: ut-mac: # The type of runner that the job will run on - runs-on: macos-latest + runs-on: macos-14 # Steps represent a sequence of tasks that will be executed as part of the job steps: diff --git a/.github/workflows/vitest-macOS.yml b/.github/workflows/vitest-macOS.yml index 5c64d0937e46..c6f96f2eb446 100644 --- a/.github/workflows/vitest-macOS.yml +++ b/.github/workflows/vitest-macOS.yml @@ -19,7 +19,7 @@ on: jobs: ut-mac: # The type of runner that the job will run on - runs-on: macos-latest + runs-on: macos-14 # Steps represent a sequence of tasks that will be executed as part of the job steps: