Skip to content

Commit

Permalink
Update wheel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tcuongd committed Sep 28, 2024
1 parent e947789 commit d8c5b80
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .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", "macos-latest-xlarge"]
os: ["macos-13", "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: ["cp39-* cp310-* cp311-*"]
Expand All @@ -38,13 +38,6 @@ jobs:
- name: "Checkout repo"
uses: actions/checkout@v4

# Temporary, until pipx is added to the macOS large runner image
- name: "Install pipx"
if: matrix.os == 'macos-latest-xlarge'
run: |
brew install pipx
pipx ensurepath
- name: "Restore RTools40"
if: startsWith(runner.os, 'Windows')
id: cache-rtools
Expand Down

0 comments on commit d8c5b80

Please sign in to comment.