ci: update Jenkinsfile labels to new nix and xcode

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-02-23 14:56:55 +01:00
parent 20eaf2354b
commit 767ba98a85
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ library 'status-jenkins-lib@v1.5.5'
def isPRBuild = utils.isPRBuild()
pipeline {
agent { label 'linux && x86_64 && nix-2.8' }
agent { label 'linux && x86_64 && nix-2.11' }
options {
timestamps()

View File

@ -4,7 +4,7 @@ library 'status-jenkins-lib@v1.5.5'
def isPRBuild = utils.isPRBuild()
pipeline {
agent { label 'macos && x86_64 && nix-2.8 && xcode-13.3' }
agent { label 'macos && arm64 && nix-2.11 && xcode-14.2' }
parameters {
string(

View File

@ -4,7 +4,7 @@ library 'status-jenkins-lib@v1.5.5'
def isPRBuild = utils.isPRBuild()
pipeline {
agent { label 'linux && x86_64 && nix-2.8' }
agent { label 'linux && x86_64 && nix-2.11' }
options {
timestamps()