Skip to content

Commit

Permalink
ci: use host with Xcode 16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Jan 29, 2025
1 parent 873a4d3 commit 66dad21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Jenkinsfile.macos
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def isPRBuild = utils.isPRBuild()
pipeline {
/* This way we run the same Jenkinsfile on different platforms. */
agent {
label "${getAgentLabels().join(' && ')} && qt-5.15 && go-1.22 && xcode-15.1"
label "${getAgentLabels().join(' && ')} && qt-5.15 && go-1.22 && xcode-16.2"
}

parameters {
Expand Down

0 comments on commit 66dad21

Please sign in to comment.