diff --git a/ci/Jenkinsfile.android b/ci/Jenkinsfile.android index 91bda9a36d..0521475aef 100644 --- a/ci/Jenkinsfile.android +++ b/ci/Jenkinsfile.android @@ -5,7 +5,7 @@ library 'status-jenkins-lib@v1.9.13' def isPRBuild = utils.isPRBuild() pipeline { - agent { label 'linux && x86_64 && nix-2.19' } + agent { label 'linux && x86_64 && nix-2.24' } options { timestamps() diff --git a/ci/Jenkinsfile.tests b/ci/Jenkinsfile.tests index c01901fe87..464b385d44 100644 --- a/ci/Jenkinsfile.tests +++ b/ci/Jenkinsfile.tests @@ -5,7 +5,7 @@ library 'status-jenkins-lib@v1.9.13' def isPRBuild = utils.isPRBuild() pipeline { - agent { label 'linux && x86_64 && nix-2.19' } + agent { label 'linux && x86_64 && nix-2.24' } options { timestamps()