point to 2.19 nix

This commit is contained in:
Andrea Maria Piana 2024-04-24 17:05:15 +01:00
parent fad772c728
commit 7cc056faae
3 changed files with 3 additions and 3 deletions

View File

@ -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()

View File

@ -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(

View File

@ -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()