From ff5067014750ae359ff439f88acdba3fd2888042 Mon Sep 17 00:00:00 2001 From: Jakub Date: Fri, 26 Nov 2021 14:55:33 +0100 Subject: [PATCH] ci: specify macos host architecture in labels (#3132) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since now we have a 5th Gen Mac Mini with `arm64` M1 CPU. Signed-off-by: Jakub SokoĊ‚owski --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f1ab34401..94d5291fb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -103,7 +103,7 @@ parallel( }, "macOS": { throttle(['nimbus-eth2']) { - node("macos") { + node("macos && x86_64") { withEnv(["NPROC=${sh(returnStdout: true, script: 'sysctl -n hw.logicalcpu').trim()}"]) { runStages() }