Skip to content

Commit b2075d4

Browse files
committed
test: fix ubuntu distro
1 parent a76319a commit b2075d4

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
@@ -4011,7 +4011,7 @@ buildvariants:
40114011
- test-azurekms-fail-task
40124012
- name: ubuntu20-test-azure-oidc
40134013
display_name: Azure OIDC
4014-
run_on: ubuntu1004-small
4014+
run_on: ubuntu2004-small
40154015
batchtime: 20160
40164016
tasks:
40174017
- testazureoidc_task_group

0 commit comments

Comments
 (0)