Skip to content

Commit df88de6

Browse files
authored
Merge pull request #175 from Ableton/nre/main/xcode-15.2
Migrate builds to Xcode 15.2 nodes
2 parents 151ae9d + 2d13f97 commit df88de6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ eventRecorder.timedStage('Integration Test') {
3030
// TODO: Fix this once the 12.5 (and newer) Macs are working
3131
String nodeLabel = "generic-${osType}"
3232
if (osType == 'mac') {
33-
nodeLabel = 'generic-mac-xcode12.2'
33+
nodeLabel = 'generic-mac-xcode15.2'
3434
}
3535
eventRecorder.timedNode(nodeLabel) {
3636
echo 'Test VirtualEnv.create'

0 commit comments

Comments
 (0)