Skip to content

Commit

Permalink
use large runners for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Jan 9, 2024
1 parent 633f5e2 commit 7a409e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
"cp310",
"cp311"
]
runs-on: macos-12
runs-on: macos-12-large
steps:
- name: Show job status for commit
uses: myrotvorets/set-commit-status-action@v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-server-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
["3.10", "cp310"],
["3.11", "cp311"]
]
runs-on: macos-12
runs-on: macos-12-large
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 7a409e9

Please sign in to comment.