Skip to content

Commit

Permalink
mod: use non-arm mac os to build
Browse files Browse the repository at this point in the history
  • Loading branch information
joeloewi7178 committed Jul 8, 2024
1 parent 7d5c9c8 commit 8ca51c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ca51c5

Please sign in to comment.