mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-26 16:39:24 +00:00
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
751b30688d
commit
a0430607d3
@ -1,7 +1,7 @@
|
||||
library 'status-jenkins-lib@v1.3.3'
|
||||
|
||||
pipeline {
|
||||
agent { label 'macos-xcode-12.5' }
|
||||
agent { label 'macos && x86_64 && xcode-12.5' }
|
||||
|
||||
parameters {
|
||||
string(
|
||||
|
Loading…
x
Reference in New Issue
Block a user