Skip to content

Commit 3013346

Browse files
committed
PYTHON-4909 Use ubuntu for Atlas Data Lake tests
1 parent 215bca2 commit 3013346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ def create_no_c_ext_variants():
557557

558558
def create_atlas_data_lake_variants():
559559
variants = []
560-
host = "rhel8"
560+
host = "ubuntu22"
561561
for python, c_ext in product(MIN_MAX_PYTHON, C_EXTS):
562562
tasks = ["atlas-data-lake-tests"]
563563
expansions = dict()

0 commit comments

Comments
 (0)