Skip to content

Commit 7bada78

Browse files
committed
Cleanup: remove obsolete TODO
We only have generic-mac-xcode15.2 nodes these days; we've eliminated the Xcode 12.2 pool about 6 weeks ago.
1 parent a4d821f commit 7bada78

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Jenkinsfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ eventRecorder.timedStage('Integration Test') {
2727

2828
['linux', 'mac', 'win'].each { osType ->
2929
stages[osType.capitalize()] = {
30-
// TODO: Fix this once the 12.5 (and newer) Macs are working
3130
String nodeLabel = "generic-${osType}"
32-
if (osType == 'mac') {
33-
nodeLabel = 'generic-mac-xcode15.2'
34-
}
3531
eventRecorder.timedNode(nodeLabel) {
3632
echo 'Test VirtualEnv.create'
3733
Object venv = virtualenv.create('python3')

0 commit comments

Comments
 (0)