From 568371e836693600e559e99fb7382a26d804dc9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 29 Nov 2023 15:15:36 +0100 Subject: [PATCH] chore(ci): update Nix Jenkins label to 2.14 version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- _assets/ci/Jenkinsfile.android | 2 +- _assets/ci/Jenkinsfile.ios | 2 +- _assets/ci/Jenkinsfile.linux | 2 +- _assets/ci/Jenkinsfile.tests | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_assets/ci/Jenkinsfile.android b/_assets/ci/Jenkinsfile.android index a8ba9d5e7..24da7b606 100644 --- a/_assets/ci/Jenkinsfile.android +++ b/_assets/ci/Jenkinsfile.android @@ -2,7 +2,7 @@ library 'status-jenkins-lib@v1.7.0' pipeline { - agent { label 'linux && x86_64 && nix-2.11' } + agent { label 'linux && x86_64 && nix-2.14' } parameters { string( diff --git a/_assets/ci/Jenkinsfile.ios b/_assets/ci/Jenkinsfile.ios index ca129b9c2..c657a863b 100644 --- a/_assets/ci/Jenkinsfile.ios +++ b/_assets/ci/Jenkinsfile.ios @@ -2,7 +2,7 @@ library 'status-jenkins-lib@v1.7.0' pipeline { - agent { label 'macos && aarch64 && xcode-14.3 && nix-2.11' } + agent { label 'macos && aarch64 && xcode-14.3 && nix-2.14' } parameters { string( diff --git a/_assets/ci/Jenkinsfile.linux b/_assets/ci/Jenkinsfile.linux index 0c9f8aa7f..0ec421035 100644 --- a/_assets/ci/Jenkinsfile.linux +++ b/_assets/ci/Jenkinsfile.linux @@ -2,7 +2,7 @@ library 'status-jenkins-lib@v1.7.0' pipeline { - agent { label 'linux && x86_64 && nix-2.11' } + agent { label 'linux && x86_64 && nix-2.14' } parameters { string( diff --git a/_assets/ci/Jenkinsfile.tests b/_assets/ci/Jenkinsfile.tests index bb983ff56..1a89c8b2c 100644 --- a/_assets/ci/Jenkinsfile.tests +++ b/_assets/ci/Jenkinsfile.tests @@ -2,7 +2,7 @@ library 'status-jenkins-lib@v1.7.0' pipeline { - agent { label 'linux && x86_64 && nix-2.11' } + agent { label 'linux && x86_64 && nix-2.14' } parameters { string(