ci: update Jenins CI xcode label to use 15.1
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
d4f4d47cdb
commit
e53f31ff1f
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue