Skip to content

Commit bab5ed1

Browse files
committed
ci: debug and build on macm2-01
1 parent 7475f55 commit bab5ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/Jenkinsfile.macos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def isPRBuild = utils.isPRBuild()
77
pipeline {
88
/* This way we run the same Jenkinsfile on different platforms. */
99
agent {
10-
label "${getAgentLabels().join(' && ')} && qt-6.9.0 && go-1.23 && xcode-16.2"
10+
label "macm2-01"
1111
}
1212

1313
parameters {

0 commit comments

Comments
 (0)