From 8089c034643b106c33de22a65c92e2b935a0b346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Mon, 29 Nov 2021 11:12:21 +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 --- _assets/ci/Jenkinsfile.ios | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_assets/ci/Jenkinsfile.ios b/_assets/ci/Jenkinsfile.ios index 0a378c5ee..ebdd7f334 100644 --- a/_assets/ci/Jenkinsfile.ios +++ b/_assets/ci/Jenkinsfile.ios @@ -1,7 +1,7 @@ library 'status-jenkins-lib@v1.3.3' pipeline { - agent { label 'macos' } + agent { label 'macos && x86_64' } parameters { string(