We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76319a commit b2075d4Copy full SHA for b2075d4
.evergreen/ci_matrix_constants.js
@@ -17,7 +17,7 @@ const DEFAULT_OS = 'rhel80-large';
17
const WINDOWS_OS = 'windows-vsCurrent-large';
18
const MACOS_OS = 'macos-1100';
19
const UBUNTU_OS = 'ubuntu1804-large';
20
-const UBUNTU_20_OS = 'ubuntu1004-small'
+const UBUNTU_20_OS = 'ubuntu2004-small'
21
const DEBIAN_OS = 'debian11-small';
22
23
module.exports = {
.evergreen/config.yml
@@ -4011,7 +4011,7 @@ buildvariants:
4011
- test-azurekms-fail-task
4012
- name: ubuntu20-test-azure-oidc
4013
display_name: Azure OIDC
4014
- run_on: ubuntu1004-small
+ run_on: ubuntu2004-small
4015
batchtime: 20160
4016
tasks:
4017
- testazureoidc_task_group
0 commit comments