diff --git a/ci/Jenkinsfile.android b/ci/Jenkinsfile.android index 88efa8f035..45cdf31c32 100644 --- a/ci/Jenkinsfile.android +++ b/ci/Jenkinsfile.android @@ -4,7 +4,7 @@ library 'status-jenkins-lib@v1.7.9' def isPRBuild = utils.isPRBuild() pipeline { - agent { label 'linux && x86_64 && nix-2.11' } + agent { label 'linux && x86_64 && nix-2.19' } options { timestamps() diff --git a/ci/Jenkinsfile.ios b/ci/Jenkinsfile.ios index ba6cfa8838..2bee02a6ee 100644 --- a/ci/Jenkinsfile.ios +++ b/ci/Jenkinsfile.ios @@ -4,7 +4,7 @@ library 'status-jenkins-lib@v1.7.6' def isPRBuild = utils.isPRBuild() pipeline { - agent { label 'macos && arm64 && nix-2.11 && xcode-14.3' } + agent { label 'macos && arm64 && nix-2.19 && xcode-14.3' } parameters { string( diff --git a/ci/Jenkinsfile.tests b/ci/Jenkinsfile.tests index dbf372d6ab..148fce34ad 100644 --- a/ci/Jenkinsfile.tests +++ b/ci/Jenkinsfile.tests @@ -4,7 +4,7 @@ library 'status-jenkins-lib@v1.7.9' def isPRBuild = utils.isPRBuild() pipeline { - agent { label 'linux && x86_64 && nix-2.11' } + agent { label 'linux && x86_64 && nix-2.19' } options { timestamps()