Skip to content

Commit 2729bd7

Browse files
Merge pull request #2799 from j2kun:remove-macos-intel
PiperOrigin-RevId: 888146488
2 parents 670cc1f + 62ff111 commit 2729bd7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ jobs:
3737
runner: ubuntu-24.04
3838
- name: linux-aarch64
3939
runner: ubuntu-24.04-arm
40-
- name: macos-x86_64
41-
runner: macos-15-intel
40+
# TODO(#2798): fix macos-intel support or abandon the wheel
41+
# - name: macos-x86_64
42+
# runner: macos-15-intel
4243
- name: macos-arm64
4344
runner: macos-15
4445

0 commit comments

Comments
 (0)