Skip to content

Commit

Permalink
fix: use macos-13, which maturin tests against (#1286)
Browse files Browse the repository at this point in the history
https://github.com/PyO3/maturin-action/blob/main/.github/workflows/test.yml#L38

Fixes the 0.14.2 and 0.13.0 macOS Python packaging failures. Notice that
all these jobs use macOS 14.7.
- 0.14.2:
https://github.com/spiraldb/vortex/actions/runs/11821278964/job/32936900282
- 0.13.0:
https://github.com/spiraldb/vortex/actions/runs/11630848959/job/32391375552

Neither 0.14.0 nor 0.14.1 failed before macOS build.

0.12.0 was the last passing one. It used macOS 14.6:
- 0.12.0
https://github.com/spiraldb/vortex/actions/runs/11166071447/job/31039891955


See also:
- PyO3/maturin#284
- PyO3/maturin-action#291
  • Loading branch information
danking authored Nov 13, 2024
1 parent 4825301 commit 47e7742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
macos:
needs: release-plz-release
if: ${{ needs.release-plz-release.outputs.releases_created == 'true' }}
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/cleanup
Expand Down

0 comments on commit 47e7742

Please sign in to comment.