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:
Jakub Sokołowski 2021-11-29 11:12:21 +01:00 committed by Jakub
parent 7ef2efaabd
commit 8089c03464
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
library 'status-jenkins-lib@v1.3.3'
pipeline {
agent { label 'macos' }
agent { label 'macos && x86_64' }
parameters {
string(