Skip to content

Commit

Permalink
Use macos-12 to build release wheels (#11146)
Browse files Browse the repository at this point in the history
## Summary

GitHub has started to change `macos-latest` to `macos-14`. But
executables built on `macos-14` don't work on macOS 11 (see:
astral-sh/uv#3261). This PR explicitly uses
`macos-12` instead (which is what we _intended_ to be using anyway).
  • Loading branch information
charliermarsh committed Apr 25, 2024
1 parent 4738e19 commit 263a0d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
path: dist

macos-x86_64:
runs-on: macos-latest
runs-on: macos-12
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
*.sha256
macos-universal:
runs-on: macos-latest
runs-on: macos-12
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 263a0d2

Please sign in to comment.