Skip to content

Commit 1037712

Browse files
committed
RUST-1486 Update release Evergreen configuration to use Ubuntu 20.04
1 parent ab372cd commit 1037712

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.evergreen/releases.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,15 @@ axes:
7373
- id: "os"
7474
display_name: OS
7575
values:
76-
- id: ubuntu-16.04
77-
display_name: "Ubuntu 16.04"
78-
run_on: ubuntu1604-test
76+
- id: ubuntu-20.04
77+
display_name: "Ubuntu 20.04"
78+
run_on: ubuntu2004-test
7979

8080
buildvariants:
8181
-
8282
matrix_name: "release"
8383
matrix_spec:
84-
os:
85-
- ubuntu-16.04
84+
os: "*"
8685
display_name: "Publish driver release"
8786
tasks:
8887
- "publish-release"

0 commit comments

Comments
 (0)