Revert "Drop support for Intel macOS (#37215)" (#37234)

This reverts commit eea07462fa.
This commit is contained in:
Adeeb Shihadeh
2026-02-17 15:02:06 -08:00
committed by GitHub
parent 7dc56dc064
commit e527b463a5
8 changed files with 59 additions and 64 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ echo "installing python packages..."
uv sync --frozen --all-extras
source .venv/bin/activate
if [[ "$OSTYPE" == "darwin"* ]]; then
if [[ "$(uname)" == 'Darwin' ]]; then
touch "$ROOT"/.env
echo "export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES" >> "$ROOT"/.env
fi