Skip to content

Commit e300acc

Browse files
Merge pull request #1790 from edx/nadeem/ubuntu_24_04
feat: Add param for ubuntu 24.04 in Sandbox Build
2 parents 440cd37 + 5c7ee96 commit e300acc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

devops/jobs/CreateSandbox.groovy

+1-2
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,8 @@ class CreateSandbox {
242242
[
243243
"full_edx_installation_from_scratch",
244244
"full_edx_installation",
245-
"ubuntu_18.04",
245+
"ubuntu_24.04",
246246
"ubuntu_20.04",
247-
"ubuntu_16.04",
248247
],
249248
"Type of AMI we should boot before updating the selected roles above")
250249

0 commit comments

Comments
 (0)