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:
@@ -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