Skip to content

Commit f221d1e

Browse files
committed
Try new native MAC build computers
1 parent 3419b9f commit f221d1e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Jenkinsfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ def runOnNativeBuildAgent(String platform, Closure body) {
2525
case 'gtk4.linux.x86_64':
2626
dockerImage = 'eclipse/platformreleng-debian-swtnativebuild:12'
2727
break
28+
case 'cocoa.macosx.aarch64':
29+
dockerImage = 'nc1ht-macos26-arm64'
30+
break
31+
case 'cocoa.macosx.x86_64':
32+
dockerImage = 'b9h15-macos15-x86_64'
33+
break
2834
}
2935
if (dockerImage != null) {
3036
podTemplate(inheritFrom: 'basic' /* inherit general configuration */, containers: [

0 commit comments

Comments
 (0)