From a9601ddb860cf27fc089a0f36af904cbe5a51600 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 16 Jun 2021 16:05:41 +0200 Subject: [PATCH] ci: upgrade XCode 12.3 to 12.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- ci/Jenkinsfile.ios | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile.ios b/ci/Jenkinsfile.ios index 268022ce65..4eadbf6620 100644 --- a/ci/Jenkinsfile.ios +++ b/ci/Jenkinsfile.ios @@ -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(