Skip to content

Commit 8cfc94c

Browse files
committed
Use ubuntu instead of centos
1 parent fc058cd commit 8cfc94c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def targetPlatforms = targetPlatformToJavaVersionMap.keySet() as List
3333

3434
pipeline {
3535
agent {
36-
label 'centos-latest'
36+
label 'ubuntu-latest'
3737
}
3838

3939
options {

0 commit comments

Comments
 (0)