diff --git a/Jenkinsfile b/Jenkinsfile index 03a35720f6..68e73a364a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -939,7 +939,7 @@ pipeline { beforeAgent true expression { params.arm64 } } - agent { label 'arm64 && linux' } + agent { label 'arm64 && ubuntu-2004' } environment { TEST_SKIP_INTEGRATION_CLI = '1' }