From 52a32861b15fa05cdec90010cef2c87f7f2431af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Mon, 12 Sep 2022 12:31:06 +0200 Subject: [PATCH] ci: upgrade Xcode from 13.3.1 to 13.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Xcode 14.0 is coming soon, and it's good to ugprade in smaller steps. Signed-off-by: Jakub SokoĊ‚owski --- ci/Jenkinsfile.ios | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile.ios b/ci/Jenkinsfile.ios index 7e23c5cda2..d0a198483d 100644 --- a/ci/Jenkinsfile.ios +++ b/ci/Jenkinsfile.ios @@ -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(