Skip to content

Commit 35bc1b5

Browse files
committed
test: fix ubuntu distro
1 parent 6a3f21a commit 35bc1b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/ci_matrix_constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const DEFAULT_OS = 'rhel80-large';
1717
const WINDOWS_OS = 'windows-vsCurrent-large';
1818
const MACOS_OS = 'macos-1100';
1919
const UBUNTU_OS = 'ubuntu1804-large';
20-
const UBUNTU_20_OS = 'ubuntu1004-small'
20+
const UBUNTU_20_OS = 'ubuntu2004-small'
2121
const DEBIAN_OS = 'debian11-small';
2222

2323
module.exports = {

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4004,7 +4004,7 @@ buildvariants:
40044004
- test-azurekms-fail-task
40054005
- name: ubuntu20-test-azure-oidc
40064006
display_name: Azure OIDC
4007-
run_on: ubuntu1004-small
4007+
run_on: ubuntu2004-small
40084008
batchtime: 20160
40094009
tasks:
40104010
- testazureoidc_task_group

0 commit comments

Comments
 (0)