Skip to content

Commit 0ab1da7

Browse files
authored
Update make_wheel.yml
1 parent bc8a49d commit 0ab1da7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/make_wheel.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
- { name: 'ManyLinux 2.35 LLVM+libstdc++', os: 'ubuntu-22.04', cc: clang, cxx: clang++, config: --linkopt=-fuse-ld=lld }
4646
- { name: 'ManyLinux 2.31 LLVM+libstdc++', os: 'ubuntu-20.04', cc: clang, cxx: clang++, config: --linkopt=-fuse-ld=lld }
4747
- { name: 'MacOS 13 x86_64 LLVM+libc++', os: 'macos-13', cc: clang, cxx: clang++, config: --config=libc++ --config=macos }
48-
- { name: 'MacOS 14 x86_64 LLVM+libc++', os: 'macos-14', cc: clang, cxx: clang++, config: --config=libc++ --config=macos }
4948
- { name: 'MacOS 13 ARM64 LLVM+libc++', os: 'macos-13', cc: clang, cxx: clang++,
5049
config: --config=libc++ --config=macos_arm64 --repo_env=PY_PLATFORM_OVERRIDE=macosx_13_0_arm64 }
5150
- { name: 'MacOS 14 ARM64 LLVM+libc++', os: 'macos-14', cc: clang, cxx: clang++,
@@ -96,7 +95,7 @@ jobs:
9695
check-wheel-contents bazel-bin/dmlab2d/${{ env.WHEEL_NAME }}
9796
9897
- name: Test wheel ${{ env.WHEEL_NAME }}
99-
if: (!contains(env.WHEEL_NAME, 'arm64'))
98+
if: ( matrix.os != 'macos-13' || !contains(env.WHEEL_NAME, 'arm64') )
10099
run: |
101100
pip install bazel-bin/dmlab2d/${{ env.WHEEL_NAME }}
102101
python -I - <<'____HERE'

0 commit comments

Comments
 (0)