Skip to content

Commit 263a0d2

Browse files
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: astral-sh/uv#3261). This PR explicitly uses `macos-12` instead (which is what we _intended_ to be using anyway).
1 parent 4738e19 commit 263a0d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
path: dist
5959

6060
macos-x86_64:
61-
runs-on: macos-latest
61+
runs-on: macos-12
6262
steps:
6363
- uses: actions/checkout@v4
6464
with:
@@ -98,7 +98,7 @@ jobs:
9898
*.sha256
9999
100100
macos-universal:
101-
runs-on: macos-latest
101+
runs-on: macos-12
102102
steps:
103103
- uses: actions/checkout@v4
104104
with:

0 commit comments

Comments
 (0)