Skip to content

Commit d5fd121

Browse files
authored
Update make_wheel.yml
1 parent 1227d90 commit d5fd121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make_wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
check-wheel-contents bazel-bin/dmlab2d/${{ env.WHEEL_NAME }}
9999
100100
- name: Test wheel ${{ env.WHEEL_NAME }}
101-
if: ( matrix.os != 'macos-13' || !contains(env.WHEEL_NAME, 'arm64') )
101+
if: ( matrix.cfg.os == 'macos-14' || !contains(env.WHEEL_NAME, 'arm64') )
102102
run: |
103103
pip install bazel-bin/dmlab2d/${{ env.WHEEL_NAME }}
104104
python -I - <<'____HERE'

0 commit comments

Comments
 (0)