Skip to content

Commit b4a65a5

Browse files
committed
Deactivate macos-intel since jaxlib is not supported there. Deactivate windows for now
1 parent f999b9a commit b4a65a5

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,17 @@ 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, macos-arm ]
3131
include:
3232
- archs: auto
3333
platform: auto
3434
- os: linux-intel
3535
runs-on: ubuntu-latest
3636
- os: linux-arm
3737
runs-on: ubuntu-24.04-arm
38-
- os: windows
39-
runs-on: windows-latest
40-
- os: macos-intel
41-
# macos-13 was the last x86_64 runner
42-
runs-on: macos-13
38+
# - os: windows
39+
# runs-on: windows-latest
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)