From e6db622cdb6463f3da23c9369b039c82950d8bc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 13 Feb 2024 19:46:32 +0100 Subject: [PATCH] chore(ci): upgrade from nix 2.14 to 2.19 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- _assets/ci/Jenkinsfile.ios | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_assets/ci/Jenkinsfile.ios b/_assets/ci/Jenkinsfile.ios index dfd3a66d9..61349954b 100644 --- a/_assets/ci/Jenkinsfile.ios +++ b/_assets/ci/Jenkinsfile.ios @@ -2,7 +2,7 @@ library 'status-jenkins-lib@v1.7.0' pipeline { - agent { label 'macos && aarch64 && xcode-15.1 && nix-2.14' } + agent { label 'macos && aarch64 && xcode-15.1 && nix-2.19' } parameters { string(