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:
Jakub Sokołowski 2022-09-12 12:31:06 +02:00
parent 206deca961
commit 52a32861b1
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 1 additions and 1 deletions

View File

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