Skip to content

Commit c02db0e

Browse files
authored
fix(NODE-5600): use ubuntu 18 to build and publish (#162)
1 parent fb96d41 commit c02db0e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.evergreen/config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -163,23 +163,23 @@ buildvariants:
163163
tasks:
164164
- run-prebuild
165165
- run-prebuild-force-publish
166-
- name: ubuntu2004-64
167-
display_name: 'Ubuntu 20.04 64-bit'
168-
run_on: ubuntu2004-small
166+
- name: ubuntu1804-64
167+
display_name: 'Ubuntu 18.04 64-bit'
168+
run_on: ubuntu1804-test
169169
expansions:
170170
has_packages: true
171-
packager_distro: ubuntu2004
171+
packager_distro: ubuntu1804
172172
packager_arch: x86_64
173173
tasks:
174174
- run-tests-ubuntu
175175
- run-prebuild
176176
- run-prebuild-force-publish
177177
- name: ubuntu1804-arm64
178-
display_name: 'Ubuntu 20.04 arm64'
179-
run_on: ubuntu2004-arm64-small
178+
display_name: 'Ubuntu 18.04 arm64'
179+
run_on: ubuntu1804-arm64-build
180180
expansions:
181181
has_packages: true
182-
packager_distro: ubuntu2004
182+
packager_distro: ubuntu1804
183183
packager_arch: arm64
184184
tasks:
185185
- run-tests-ubuntu

0 commit comments

Comments
 (0)