ci: upgrade nix to 2.24
This commit is contained in:
parent
7369e9fab5
commit
8bafc88f34
|
@ -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()
|
||||
|
|
|
@ -5,7 +5,7 @@ library 'status-jenkins-lib@v1.9.13'
|
|||
def isPRBuild = utils.isPRBuild()
|
||||
|
||||
pipeline {
|
||||
agent { label 'macos && arm64 && nix-2.19 && xcode-15.1' }
|
||||
agent { label 'macos && arm64 && nix-2.24 && xcode-15.1' }
|
||||
|
||||
parameters {
|
||||
string(
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue