chore: Override minimum MacOS SDK version, b=no-bug, c=workflows

This commit is contained in:
mr. m
2026-01-09 02:45:52 +01:00
parent 4d1e091af6
commit 88068613a1
4 changed files with 17 additions and 262 deletions

View File

@@ -122,9 +122,12 @@ jobs:
- name: Bootstrap
run: |
cd engine
export SURFER_PLATFORM="darwin"
export PATH="$(python3 -m site --user-base)/bin":$PATH
npm run bootstrap
# Always exist with 0, even if bootstrap fails
./mach --no-interactive bootstrap --application-choice browser --exclude macos-sdk || true
cd ..
- name: Build language packs
run: sh scripts/download-language-packs.sh