Use `macos-12` to build release wheels (#11146)

## Summary

GitHub has started to change `macos-latest` to `macos-14`. But
executables built on `macos-14` don't work on macOS 11 (see:
https://github.com/astral-sh/uv/issues/3261). This PR explicitly uses
`macos-12` instead (which is what we _intended_ to be using anyway).
This commit is contained in:
Charlie Marsh 2024-04-25 12:07:25 -04:00 committed by GitHub
parent 4738e19974
commit 263a0d25ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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