diff --git a/ci/Jenkinsfile.android b/ci/Jenkinsfile.android index 2978d51489..313f0d5339 100644 --- a/ci/Jenkinsfile.android +++ b/ci/Jenkinsfile.android @@ -1,7 +1,7 @@ library 'status-jenkins-lib@v1.3.3' pipeline { - agent { label 'linux' } + agent { label 'linux && x86_64 && nix-2.3' } options { timestamps() diff --git a/ci/Jenkinsfile.ios b/ci/Jenkinsfile.ios index ffcda451ba..fbc669c311 100644 --- a/ci/Jenkinsfile.ios +++ b/ci/Jenkinsfile.ios @@ -1,7 +1,7 @@ library 'status-jenkins-lib@v1.3.3' pipeline { - agent { label 'macos && x86_64 && xcode-12.5' } + agent { label 'macos && x86_64 && nix-2.3 && xcode-12.5' } parameters { string(