use Xcode 15.1 to build iOS PR builds

This commit is contained in:
Siddarth Kumar 2024-06-20 17:07:32 +05:30
parent babcca2e1b
commit 4350edfd26
No known key found for this signature in database
GPG Key ID: 599D10112BF518DB
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ library 'status-jenkins-lib@release/1.20.x'
def isPRBuild = utils.isPRBuild()
pipeline {
agent { label 'macos && arm64 && nix-2.19 && xcode-14.3' }
agent { label 'macos && arm64 && nix-2.19 && xcode-15.1' }
parameters {
string(