scripts/download-macos-libs.py: Bump arm64 to macOS 13.x (darwin 22)

This commit is contained in:
Matt Borgerson
2025-03-17 13:41:55 -07:00
committed by mborgerson
parent c782b1e8ed
commit 6877015941
+1 -1
View File
@@ -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 = []