Skip to content

Commit

Permalink
ci: test Xcode 16 with go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Jan 17, 2025
1 parent 2979b5d commit 7be95ca
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"
}

parameters {
Expand Down

0 comments on commit 7be95ca

Please sign in to comment.