Use more correct macOS builder name for 2.83 LTS

The deployment target is 10.9, but the host is running macOS 10.13
This commit is contained in:
2020-06-16 16:56:21 +02:00
parent 13e9f19ce3
commit 67c034e3a0
2 changed files with 3 additions and 3 deletions

View File

@@ -291,7 +291,7 @@ add_builder(c,
hour=1) hour=1)
add_builder(c, add_builder(c,
'lts_283', 'lts_283',
['windows', 'macOS_10_9', 'linux_centos7'], ['windows', 'macOS_10_13', 'linux_centos7'],
generic_builder, generic_builder,
branch='blender-v2.83-release', branch='blender-v2.83-release',
hour=1) hour=1)

View File

@@ -7,9 +7,9 @@ workers = [
'password': 'something', 'password': 'something',
'platform': 'macOS_10_15', 'platform': 'macOS_10_15',
'platform_short': 'macos'}, 'platform_short': 'macos'},
{'name': 'macOS_10_9_something_something', {'name': 'macOS_10_13_something_something',
'password': 'something', 'password': 'something',
'platform': 'macOS_10_9', 'platform': 'macOS_10_13',
'platform_short': 'macos'}, 'platform_short': 'macos'},
{'name': 'windows_something_something', {'name': 'windows_something_something',
'password': 'something', 'password': 'something',