From 68770159412bcaf87190099a2afe94897bd9f6f8 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Mon, 17 Mar 2025 13:27:42 -0700 Subject: [PATCH] scripts/download-macos-libs.py: Bump arm64 to macOS 13.x (darwin 22) --- scripts/download-macos-libs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/download-macos-libs.py b/scripts/download-macos-libs.py index 8b0ec60394..c58703db72 100755 --- a/scripts/download-macos-libs.py +++ b/scripts/download-macos-libs.py @@ -18,7 +18,7 @@ MIRROR = 'https://packages.macports.org' class LibInstaller: DARWIN_TARGET_X64="darwin_17" # macOS 10.13 - DARWIN_TARGET_ARM64="darwin_21" # macOS 12.x + DARWIN_TARGET_ARM64="darwin_22" # macOS 13.x def __init__(self, arch): self._queue = []