Skip to content

Commit f65f7f1

Browse files
committed
Deactive macos-intel since jaxlib is not supported there
1 parent f999b9a commit f65f7f1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 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,6 @@ 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
4340
- os: macos-arm
4441
# macos-14+ (including latest) are ARM64 runners
4542
runs-on: macos-latest

0 commit comments

Comments
 (0)