mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 03:51:33 +00:00
aedi: bump minimum os version to 10.12
This commit is contained in:
parent
464a2f1b5b
commit
294e3cacdc
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ from distutils.version import StrictVersion
|
|||
from pathlib import Path
|
||||
|
||||
# Minimum OS versions
|
||||
OS_VERSION_X86_64 = StrictVersion('10.9')
|
||||
OS_VERSION_X86_64 = StrictVersion('10.12')
|
||||
OS_VERSION_ARM64 = StrictVersion('11.0')
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue