ci: upgrade XCode 12.3 to 12.5
It's about time to upgrade, especially since `13.0` is near. Related to: https://github.com/status-im/infra-ci/commit/2d63c1f3 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
0652d18653
commit
a9601ddb86
|
@ -1,7 +1,7 @@
|
|||
library 'status-jenkins-lib@v1.2.18'
|
||||
|
||||
pipeline {
|
||||
agent { label 'macos-xcode-12.3' }
|
||||
agent { label 'macos-xcode-12.5' }
|
||||
|
||||
parameters {
|
||||
string(
|
||||
|
|
Loading…
Reference in New Issue