ci: specify macos host architecture in labels (#3132)

Since now we have a 5th Gen Mac Mini with `arm64` M1 CPU.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub 2021-11-26 14:55:33 +01:00 committed by GitHub
parent 0dd497640a
commit ff50670147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View File

@ -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()
}