From a0430607d316beb191526a8b74324ad9687be3a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Fri, 26 Nov 2021 11:45:18 +0100 Subject: [PATCH] ci: specify macos host architecture in labels MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since now we have a 5th Gen Mac Mini with `arm64` M1 CPU. Signed-off-by: Jakub SokoĊ‚owski --- ci/Jenkinsfile.ios | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile.ios b/ci/Jenkinsfile.ios index 1421d9d1b1..ffcda451ba 100644 --- a/ci/Jenkinsfile.ios +++ b/ci/Jenkinsfile.ios @@ -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(