From 1ba3fc259c9b650d8f1cb1204f634e1767b3832b Mon Sep 17 00:00:00 2001 From: qiaoyuang Date: Fri, 26 Apr 2024 17:51:15 +0800 Subject: [PATCH] Fix the macos runner --- .github/workflows/build.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 53380b3..8eafbd5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ env: jobs: build-on-macos: - runs-on: macos-latest-x64 + runs-on: macos-latest timeout-minutes: 60 steps: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 40ec02f..b77e875 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ env: jobs: build-on-macos: - runs-on: macos-latest-x64 + runs-on: macos-latest timeout-minutes: 60 steps: