Skip to content

Commit b03de31

Browse files
committed
ci: use m4 host
we can start using this host again after clang has been downgraded to 20.x
1 parent 835791e commit b03de31

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 '[email protected]'
1010

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

1515
parameters {
1616
choice(

0 commit comments

Comments
 (0)