Skip to content

Commit

Permalink
Two fixes from Josh
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Jun 10, 2024
1 parent 884aca1 commit 83a1fbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

build_macosx_intel_wheels:
name: Build wheels on MacOS Intel
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:

build_sdist:
name: Build sdist and upload to PyPI
needs: [build_linux_wheels, build_musl_wheels, build_macosx_wheels]
needs: [build_linux_wheels, build_musl_wheels, build_macosx_intel_wheels, build_macosx_arm_wheels]
# Just need to build sdist on a single machine
runs-on: ubuntu-latest

Expand Down

0 comments on commit 83a1fbf

Please sign in to comment.