[20.10] Jenkinsfile: update workers to ubuntu 20.04

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2023-07-17 17:24:31 +02:00
parent 492cbfabfa
commit 74888428bf
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,6 +1,6 @@
pipeline {
agent {
label "amd64 && ubuntu-1804 && overlay2"
label "amd64 && ubuntu-2004 && overlay2"
}
options {