aedi: bump os version for vpx target to 10.13

This commit is contained in:
alexey.lysiuk 2023-10-24 09:55:43 +03:00
parent 1e4b2fddef
commit b84f7385ff
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ class VpxTarget(base.ConfigureMakeDependencyTarget):
def configure(self, state: BuildState):
hosts = {
'x86_64': 'x86_64-darwin16-gcc',
'x86_64': 'x86_64-darwin17-gcc',
'arm64': 'arm64-darwin20-gcc',
}