Skip to content

Commit

Permalink
Merge pull request #4442 from thaJeztah/20.10_update_jenkins_workers
Browse files Browse the repository at this point in the history
[20.10] Jenkinsfile: update workers to ubuntu 20.04
  • Loading branch information
thaJeztah authored Jul 17, 2023
2 parents 492cbfa + 7488842 commit 4abd25e
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
@@ -1,6 +1,6 @@
pipeline {
agent {
label "amd64 && ubuntu-1804 && overlay2"
label "amd64 && ubuntu-2004 && overlay2"
}

options {
Expand Down

0 comments on commit 4abd25e

Please sign in to comment.