Skip to content

Commit b968e3c

Browse files
committed
Deactive macos-intel and windows 32bit since jaxlib is not supported there
1 parent f999b9a commit b968e3c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ${{ matrix.runs-on }}
2828
strategy:
2929
matrix:
30-
os: [ linux-intel, linux-arm, windows, macos-intel, macos-arm ]
30+
os: [ linux-intel, linux-arm, windows, macos-arm ]
3131
include:
3232
- archs: auto
3333
platform: auto
@@ -37,9 +37,7 @@ jobs:
3737
runs-on: ubuntu-24.04-arm
3838
- os: windows
3939
runs-on: windows-latest
40-
- os: macos-intel
41-
# macos-13 was the last x86_64 runner
42-
runs-on: macos-13
40+
archs: AMD64
4341
- os: macos-arm
4442
# macos-14+ (including latest) are ARM64 runners
4543
runs-on: macos-latest
@@ -53,6 +51,7 @@ jobs:
5351
env:
5452
CIBW_PLATFORM: ${{ matrix.platform }}
5553
CIBW_ARCHS: ${{ matrix.archs }}
54+
MACOSX_DEPLOYMENT_TARGET: "10.13"
5655

5756
- uses: actions/upload-artifact@v4
5857
with:

0 commit comments

Comments
 (0)