From da50392418d906ea359a4724fee3fbf7ea4f26ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Fri, 26 Nov 2021 11:47:58 +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.macos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile.macos b/ci/Jenkinsfile.macos index 0908a86427..90225f2750 100644 --- a/ci/Jenkinsfile.macos +++ b/ci/Jenkinsfile.macos @@ -2,7 +2,7 @@ library 'status-jenkins-lib@v1.3.3' pipeline { agent { - label 'macos' + label 'macos && x86_64' } parameters {