mirror of
https://github.com/status-im/status-react.git
synced 2025-02-16 12:59:38 +00:00
ci: upgrade nix to 2.24
This commit is contained in:
parent
8c60c34990
commit
824993e928
@ -5,7 +5,7 @@ library 'status-jenkins-lib@v1.9.13'
|
|||||||
def isPRBuild = utils.isPRBuild()
|
def isPRBuild = utils.isPRBuild()
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'linux && x86_64 && nix-2.19' }
|
agent { label 'linux && x86_64 && nix-2.24' }
|
||||||
|
|
||||||
options {
|
options {
|
||||||
timestamps()
|
timestamps()
|
||||||
|
@ -5,7 +5,7 @@ library 'status-jenkins-lib@v1.9.13'
|
|||||||
def isPRBuild = utils.isPRBuild()
|
def isPRBuild = utils.isPRBuild()
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'linux && x86_64 && nix-2.19' }
|
agent { label 'linux && x86_64 && nix-2.24' }
|
||||||
|
|
||||||
options {
|
options {
|
||||||
timestamps()
|
timestamps()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user