We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 151ae9d + 2d13f97 commit df88de6Copy full SHA for df88de6
1 file changed
Jenkinsfile
@@ -30,7 +30,7 @@ eventRecorder.timedStage('Integration Test') {
30
// TODO: Fix this once the 12.5 (and newer) Macs are working
31
String nodeLabel = "generic-${osType}"
32
if (osType == 'mac') {
33
- nodeLabel = 'generic-mac-xcode12.2'
+ nodeLabel = 'generic-mac-xcode15.2'
34
}
35
eventRecorder.timedNode(nodeLabel) {
36
echo 'Test VirtualEnv.create'
0 commit comments