Skip to content

Commit 0979b89

Browse files
committed
Ninja fix: updating OS label in Jenkinsfile after upgrade to Focal for runner
1 parent e934560 commit 0979b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ pipeline {
680680
}
681681

682682
environment {
683-
OS_VERSION = 'ubuntu/bionic64/python-driver'
683+
OS_VERSION = 'ubuntu/focal64/python-driver'
684684
CCM_ENVIRONMENT_SHELL = '/usr/local/bin/ccm_environment.sh'
685685
CCM_MAX_HEAP_SIZE = '1536M'
686686
JABBA_SHELL = '/usr/lib/jabba/jabba.sh'

0 commit comments

Comments
 (0)