Bump MACOSX_DEPLOYMENT_TARGET to 13.0 (#34484)

The lowest version we test servo on is macos 13.
This fixes some spurious compile errors on recent MacOS
versions, when compiling mozjs from source.

Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
This commit is contained in:
Jonathan Schwender 2024-12-05 12:12:03 +01:00 committed by GitHub
parent c3a58f9c16
commit d93e6f76a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ linker = "lld-link.exe"
linker = "lld-link.exe" linker = "lld-link.exe"
[env] [env]
MACOSX_DEPLOYMENT_TARGET = "10.10" MACOSX_DEPLOYMENT_TARGET = "13.0"
RUSTC_BOOTSTRAP = "crown,script,style_tests" RUSTC_BOOTSTRAP = "crown,script,style_tests"
[build] [build]