aedi: bump oldest supported os version for x64 to 10.13

moltenvk 1.2.6 cannot be built for 10.12
This commit is contained in:
alexey.lysiuk 2023-10-24 09:48:58 +03:00
parent eeb26c5065
commit 570e62cfa3
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ from distutils.version import StrictVersion
from pathlib import Path
# Minimum OS versions
OS_VERSION_X86_64 = StrictVersion('10.12')
OS_VERSION_X86_64 = StrictVersion('10.13')
OS_VERSION_ARM64 = StrictVersion('11.0')