astral-sh / uv

An extremely fast Python package installer and resolver, written in Rust.
https://astral.sh/
Apache License 2.0
11.73k stars 321 forks source link

Use `macos-12` to build release wheels #3264

Closed charliermarsh closed 2 weeks ago

charliermarsh commented 2 weeks ago

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).

Closes https://github.com/astral-sh/uv/issues/3261.