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:
@@ -291,7 +291,7 @@ add_builder(c,
|
||||
hour=1)
|
||||
add_builder(c,
|
||||
'lts_283',
|
||||
['windows', 'macOS_10_9', 'linux_centos7'],
|
||||
['windows', 'macOS_10_13', 'linux_centos7'],
|
||||
generic_builder,
|
||||
branch='blender-v2.83-release',
|
||||
hour=1)
|
||||
|
@@ -7,9 +7,9 @@ workers = [
|
||||
'password': 'something',
|
||||
'platform': 'macOS_10_15',
|
||||
'platform_short': 'macos'},
|
||||
{'name': 'macOS_10_9_something_something',
|
||||
{'name': 'macOS_10_13_something_something',
|
||||
'password': 'something',
|
||||
'platform': 'macOS_10_9',
|
||||
'platform': 'macOS_10_13',
|
||||
'platform_short': 'macos'},
|
||||
{'name': 'windows_something_something',
|
||||
'password': 'something',
|
||||
|
Reference in New Issue
Block a user