Skip to content

Commit afcf624

Browse files
committed
ci: block macm4-01 for investigation
1 parent 9f44dac commit afcf624

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
@@ -10,7 +10,7 @@ library 'status-jenkins-lib@v1.9.2'
1010

1111
pipeline {
1212
/* This way we run the same Jenkinsfile on different platforms. */
13-
agent { label 'macos && aarch64' }
13+
agent { label 'macos && aarch64 && !macm4-01' }
1414

1515
parameters {
1616
choice(

0 commit comments

Comments
 (0)