Skip to content

Commit

Permalink
[Build] Build Equinox on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Jan 5, 2025
1 parent 59d4c5b commit a1c46e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.')
Expand Down

0 comments on commit a1c46e9

Please # to comment.