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 6a3f21a commit 35bc1b5Copy full SHA for 35bc1b5
.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
@@ -4004,7 +4004,7 @@ buildvariants:
4004
- test-azurekms-fail-task
4005
- name: ubuntu20-test-azure-oidc
4006
display_name: Azure OIDC
4007
- run_on: ubuntu1004-small
+ run_on: ubuntu2004-small
4008
batchtime: 20160
4009
tasks:
4010
- testazureoidc_task_group
0 commit comments