mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-27 14:58:46 +00:00
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:
parent
0dd497640a
commit
ff50670147
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user