Skip to content

Commit 29ed901

Browse files
committed
test: fix ubuntu distro
1 parent 506e6b6 commit 29ed901

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
@@ -4042,7 +4042,7 @@ buildvariants:
40424042
- test-azurekms-fail-task
40434043
- name: ubuntu20-test-azure-oidc
40444044
display_name: Azure OIDC
4045-
run_on: ubuntu1004-small
4045+
run_on: ubuntu2004-small
40464046
batchtime: 20160
40474047
tasks:
40484048
- testazureoidc_task_group

0 commit comments

Comments
 (0)