Skip to content

Commit

Permalink
ci: macos with Xcode 16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Jan 27, 2025
1 parent d51083f commit 5682f20
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.21 && xcode-15.1"
label "${getAgentLabels().join(' && ')} && qt-5.15 && go-1.21 && xcode-16.2"
}

parameters {
Expand Down

0 comments on commit 5682f20

Please sign in to comment.