Skip to content

Commit

Permalink
Use ubuntu instead of centos
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Dec 4, 2024
1 parent fc058cd commit 8cfc94c
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 @@ -33,7 +33,7 @@ def targetPlatforms = targetPlatformToJavaVersionMap.keySet() as List

pipeline {
agent {
label 'centos-latest'
label 'ubuntu-latest'
}

options {
Expand Down

0 comments on commit 8cfc94c

Please sign in to comment.