Skip to content

Commit

Permalink
attempt to use xlarge runner
Browse files Browse the repository at this point in the history
  • Loading branch information
tcuongd committed Oct 10, 2023
1 parent 89f30fd commit 5311daf
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-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
python-version: ["3.8"]
os: ["macos-latest", "ubuntu-latest", "windows-latest"]
os: ["macos-latest", "ubuntu-latest", "windows-latest", "macos-latest-xlarge"]
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["macos-latest", "ubuntu-latest", "windows-latest"]
os: ["macos-latest", "ubuntu-latest", "windows-latest", "macos-latest-xlarge"]
cibw_arch: ["native"]
# Build one wheel (ABI = none) using first build spec, then test on all python versions.
cibw_build: ["cp37-* cp38-* cp39-* cp310-* cp311-*"]
Expand Down

0 comments on commit 5311daf

Please sign in to comment.