We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f44dac commit afcf624Copy full SHA for afcf624
ci/Jenkinsfile.macos
@@ -10,7 +10,7 @@ library 'status-jenkins-lib@v1.9.2'
10
11
pipeline {
12
/* This way we run the same Jenkinsfile on different platforms. */
13
- agent { label 'macos && aarch64' }
+ agent { label 'macos && aarch64 && !macm4-01' }
14
15
parameters {
16
choice(
0 commit comments