File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,7 @@ const PACKAGE_BUILD_VARIANTS = [
2727 {
2828 name: 'package-ubuntu',
2929 display_name: 'Package Ubuntu',
30-
31- // # NOTE: We are packaging on Ubuntu 18.04 in order to use glibc 2.27
32- // # when compiling/re-building addons. This ensures compatibility with other
33- // # debian platforms that have glibc 2.27 or newer.
34- run_on: 'ubuntu1804-large',
30+ run_on: 'ubuntu2004-large',
3531 target_platform: 'ubuntu',
3632 },
3733 {
@@ -190,7 +186,7 @@ buildvariants:
190186
191187 - name : test-eol-servers
192188 display_name : Test EoL Servers
193- run_on : ubuntu1804 -large
189+ run_on : ubuntu2004 -large
194190 patchable : false
195191 depends_on :
196192 - name : package-compass
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ buildvariants:
3535 expansions :
3636 target_platform : ubuntu
3737 display_name : Package Ubuntu
38- run_on : ubuntu1804 -large
38+ run_on : ubuntu2004 -large
3939 tasks :
4040 - name : package-compass
4141 - name : package-compass-isolated
@@ -114,7 +114,7 @@ buildvariants:
114114 - name : smoketest-packaged-app
115115 - name : test-eol-servers
116116 display_name : Test EoL Servers
117- run_on : ubuntu1804 -large
117+ run_on : ubuntu2004 -large
118118 patchable : false
119119 depends_on :
120120 - name : package-compass
You can’t perform that action at this time.
0 commit comments