ci: Remove incorrectly hardcoded HOST in mac_native task

The HOST is wrong, because this is a native build, where the HOST is
supposed to be auto-detected.
This commit is contained in:
MarcoFalke 2024-09-17 10:43:39 +02:00
parent fa8f35d786
commit fab932b421
No known key found for this signature in database

View file

@ -6,7 +6,6 @@
export LC_ALL=C.UTF-8
export HOST=x86_64-apple-darwin
# Homebrew's python@3.12 is marked as externally managed (PEP 668).
# Therefore, `--break-system-packages` is needed.
export PIP_PACKAGES="--break-system-packages zmq"