diff --git a/_assets/ci/Jenkinsfile.android b/_assets/ci/Jenkinsfile.android index ed80f3822..4016ce4e8 100644 --- a/_assets/ci/Jenkinsfile.android +++ b/_assets/ci/Jenkinsfile.android @@ -2,7 +2,7 @@ library 'status-jenkins-lib@v1.9.6' pipeline { - agent { label 'linux && x86_64 && nix-2.19' } + agent { label 'linux && x86_64 && nix-2.24' } parameters { string( diff --git a/_assets/ci/Jenkinsfile.ios b/_assets/ci/Jenkinsfile.ios index 90dbc3d48..96ba20fc6 100644 --- a/_assets/ci/Jenkinsfile.ios +++ b/_assets/ci/Jenkinsfile.ios @@ -2,7 +2,7 @@ library 'status-jenkins-lib@v1.9.6' pipeline { - agent { label 'macos && aarch64 && xcode-15.1 && nix-2.19' } + agent { label 'macos && aarch64 && xcode-15.1 && nix-2.24' } parameters { string( diff --git a/_assets/ci/Jenkinsfile.tests b/_assets/ci/Jenkinsfile.tests index 8398804e9..bb31e010a 100644 --- a/_assets/ci/Jenkinsfile.tests +++ b/_assets/ci/Jenkinsfile.tests @@ -2,7 +2,7 @@ library 'status-jenkins-lib@v1.9.6' pipeline { - agent { label 'linux && x86_64 && nix-2.19' } + agent { label 'linux && x86_64 && nix-2.24' } parameters { string( @@ -225,4 +225,4 @@ def getDefaultUnitTestCount() { isNightlyJob() ? '20' : '1' } def getDefaultTimeout() { isNightlyJob() ? 5*60 : 50 } -def getAmountToKeep() { isNightlyJob() ? '14' : isDevelopJob() ? '30' : '5' } \ No newline at end of file +def getAmountToKeep() { isNightlyJob() ? '14' : isDevelopJob() ? '30' : '5' } diff --git a/_assets/ci/Jenkinsfile.tests-rpc b/_assets/ci/Jenkinsfile.tests-rpc index e93553b7c..afada1bad 100644 --- a/_assets/ci/Jenkinsfile.tests-rpc +++ b/_assets/ci/Jenkinsfile.tests-rpc @@ -2,7 +2,7 @@ library 'status-jenkins-lib@v1.9.6' pipeline { - agent { label 'linux && x86_64 && nix-2.19' } + agent { label 'linux && x86_64 && nix-2.24' } parameters { string( @@ -82,4 +82,4 @@ pipeline { def isDevelopJob() { env.JOB_BASE_NAME == 'tests-rpc-develop' } -def getAmountToKeep() { isDevelopJob() ? '30' : '5' } \ No newline at end of file +def getAmountToKeep() { isDevelopJob() ? '30' : '5' }