chore: Update SDK version to 26.2 for MacOS artifact builds, b=no-bug, c=workflows, configs

This commit is contained in:
mr. m
2026-01-09 03:06:31 +01:00
parent 0d080ffc38
commit 6bce6f4874
2 changed files with 2 additions and 1 deletions

View File

@@ -128,6 +128,7 @@ jobs:
# Always exist with 0, even if bootstrap fails
./mach --no-interactive bootstrap --application-choice browser --exclude macos-sdk || true
cd ..
ls /Library/Developer/CommandLineTools/SDKs/MacOSX26.2.sdk
- name: Build language packs
run: sh scripts/download-language-packs.sh

View File

@@ -47,7 +47,7 @@ else
fi
if test "$ZEN_RELEASE"; then
ac_add_options --with-macos-sdk=/Library/Developer/CommandLineTools/SDKs/MacOSX26.1.sdk
ac_add_options --with-macos-sdk=/Library/Developer/CommandLineTools/SDKs/MacOSX26.2.sdk
fi
# Keep using ld64 on PGO/LTO builds because of performance regressions when using lld.