Skip to content

Commit

Permalink
[#1478] Use ubuntu instead of centos
Browse files Browse the repository at this point in the history
Fixes #1478
  • Loading branch information
ruspl-afed committed Jan 8, 2025
1 parent 10a16d5 commit 540fb93
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 @@ -5,7 +5,7 @@ pipeline {
disableConcurrentBuilds(abortPrevious: true)
}
agent {
label "centos-latest"
label "ubuntu-latest"
}
tools {
maven 'apache-maven-latest'
Expand Down

0 comments on commit 540fb93

Please sign in to comment.