From cb5db81eed488113fd3d2a75a114c9b056f3dcd1 Mon Sep 17 00:00:00 2001 From: Hannes Wellmann Date: Sun, 5 Jan 2025 22:58:57 +0100 Subject: [PATCH] [Build] Build Equinox on ubuntu-latest --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4de1d22097..44c4aa00e2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -95,7 +95,7 @@ pipeline { disableConcurrentBuilds(abortPrevious: true) } agent { - label "centos-latest" + label 'ubuntu-latest' } parameters { booleanParam(name: 'forceNativeBuilds-cocoa', defaultValue: false, description: 'Enforce a re-build of Equinox\' launcher binaries for Mac OS X. Will push the built binaries to the master branch, unless \'skipCommit\' is set.')