Skip to content

Commit 80c5bb4

Browse files
committed
Simplified condition
1 parent b0f197b commit 80c5bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function build_harfbuzz {
100100
function build_libavif {
101101
if [ -e libavif-stamp ]; then return; fi
102102

103-
if [[ -z "$IS_MACOS" ]] && ([[ "$MB_ML_VER" == 2014 ]] || [[ "$PLAT" == "aarch64" ]]); then
103+
if [[ "$MB_ML_VER" == 2014 ]] || [[ "$PLAT" == "aarch64" ]]; then
104104
# Once Amazon 2 is EOL on 30 June 2025, manylinux2014 will no longer be needed
105105
# Once GitHub Actions supports aarch64 without emulation, this will no longer needed as building will be faster
106106
if [[ "$PLAT" == "aarch64" ]]; then

0 commit comments

Comments
 (0)