ci: specify macos host architecture in labels
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
6dd47536e3
commit
da50392418
|
@ -2,7 +2,7 @@ library 'status-jenkins-lib@v1.3.3'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
label 'macos'
|
label 'macos && x86_64'
|
||||||
}
|
}
|
||||||
|
|
||||||
parameters {
|
parameters {
|
||||||
|
|
Loading…
Reference in New Issue