From e53f31ff1f9641b334eec70c9f4c6728bbb46e7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 11 Jan 2024 16:32:56 +0100 Subject: [PATCH] ci: update Jenins CI xcode label to use 15.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- _assets/ci/Jenkinsfile.ios | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_assets/ci/Jenkinsfile.ios b/_assets/ci/Jenkinsfile.ios index c657a863b..dfd3a66d9 100644 --- a/_assets/ci/Jenkinsfile.ios +++ b/_assets/ci/Jenkinsfile.ios @@ -2,7 +2,7 @@ library 'status-jenkins-lib@v1.7.0' pipeline { - agent { label 'macos && aarch64 && xcode-14.3 && nix-2.14' } + agent { label 'macos && aarch64 && xcode-15.1 && nix-2.14' } parameters { string(