ci: upgrade Xcode from 13.3.1 to 13.4
Xcode 14.0 is coming soon, and it's good to ugprade in smaller steps. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
206deca961
commit
52a32861b1
|
@ -4,7 +4,7 @@ library 'status-jenkins-lib@v1.5.3'
|
|||
def isPRBuild = utils.isPRBuild()
|
||||
|
||||
pipeline {
|
||||
agent { label 'macos && x86_64 && nix-2.8 && xcode-13.3' }
|
||||
agent { label 'macos && x86_64 && nix-2.8 && xcode-13.4' }
|
||||
|
||||
parameters {
|
||||
string(
|
||||
|
|
Loading…
Reference in New Issue