From 8ca51c54fbf678d22435859ae6a6a9e434958735 Mon Sep 17 00:00:00 2001 From: joeloewi7178 Date: Mon, 8 Jul 2024 17:16:32 +0900 Subject: [PATCH] mod: use non-arm mac os to build --- .github/workflows/main.yml | 2 +- .github/workflows/on_pull_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 17537b68..46ec8133 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on - runs-on: macos-latest + runs-on: macos-latest-large timeout-minutes: 120 # Steps represent a sequence of tasks that will be executed as part of the job diff --git a/.github/workflows/on_pull_request.yml b/.github/workflows/on_pull_request.yml index 0a4a9d0e..9f9da4ff 100644 --- a/.github/workflows/on_pull_request.yml +++ b/.github/workflows/on_pull_request.yml @@ -17,7 +17,7 @@ jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on - runs-on: macos-latest + runs-on: macos-latest-large timeout-minutes: 120 # Steps represent a sequence of tasks that will be executed as part of the job