From 7cc056faae0644ce3de2807bf2957a6ac91c6240 Mon Sep 17 00:00:00 2001 From: Andrea Maria Piana Date: Wed, 24 Apr 2024 17:05:15 +0100 Subject: [PATCH] point to 2.19 nix --- ci/Jenkinsfile.android | 2 +- ci/Jenkinsfile.ios | 2 +- ci/Jenkinsfile.tests | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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()