From c9223cd988a493e34b95d2e11e9732227bde5d5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 25 Nov 2021 15:31:24 +0100 Subject: [PATCH] ci: use arm64 macos hosts for iOS builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 ccf0ad4417..4708f3d0d7 100644 --- a/ci/Jenkinsfile.ios +++ b/ci/Jenkinsfile.ios @@ -4,7 +4,7 @@ library 'status-jenkins-lib@v1.6.3' def isPRBuild = utils.isPRBuild() pipeline { - agent { label 'macos && x86_64 && nix-2.11 && xcode-14.2' } + agent { label 'macos && arm64 && nix-2.11 && xcode-14.2' } parameters { string(