From 824993e928401e993d56363a70545c91bfab6bd5 Mon Sep 17 00:00:00 2001 From: Siddarth Kumar Date: Fri, 1 Nov 2024 23:43:30 +0530 Subject: [PATCH] ci: upgrade nix to 2.24 --- ci/Jenkinsfile.android | 2 +- ci/Jenkinsfile.tests | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()