chore: update Nix version label for Jenkins CI (#936)

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-11-29 22:16:22 +01:00 committed by GitHub
parent 251188d217
commit d8d67d8eb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ library 'status-jenkins-lib@v1.7.0'
pipeline {
agent {
label 'linux && nix-2.11 && x86_64'
label 'linux && nix-2.14 && x86_64'
}
options {