modify jenkinsfile

Signed-off-by: 24sama <jacksama@foxmail.com>
This commit is contained in:
24sama 2022-10-31 10:46:51 +08:00
parent 84e4ee68b1
commit c0ab7deedd

2
.github/Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline {
agent {
node {
label 'go18'
label 'go19'
}
}