Skip to content

Commit 747ed96

Browse files
Use ubuntu
1 parent 97ed58f commit 747ed96

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.evergreen/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ buildvariants:
635635
driver: ["current"]
636636
topology: '*'
637637
mongodb-version: ['6.0']
638-
os: debian11
638+
os: ubuntu2204
639639
display_name: "${ruby}, ${driver}, ${mongodb-version}, ${topology}"
640640
tasks:
641641
- name: "test"
@@ -646,7 +646,7 @@ buildvariants:
646646
driver: ["current"]
647647
topology: '*'
648648
mongodb-version: ['latest']
649-
os: debian11
649+
os: ubuntu2204
650650
display_name: "${ruby}, ${driver}, ${mongodb-version}, ${topology}"
651651
tasks:
652652
- name: "test"
@@ -690,7 +690,7 @@ buildvariants:
690690
ruby: ["ruby-3.2"]
691691
mongodb-version: "6.0"
692692
topology: ['replica-set', 'sharded-cluster']
693-
os: debian11
693+
os: ubuntu2204
694694
display_name: "${ruby}, ${driver}, ${mongodb-version}, ${topology}"
695695
tasks:
696696
- name: "test"

.evergreen/config/variants.yml.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildvariants:
55
driver: ["current"]
66
topology: '*'
77
mongodb-version: ['6.0']
8-
os: debian11
8+
os: ubuntu2204
99
display_name: "${ruby}, ${driver}, ${mongodb-version}, ${topology}"
1010
tasks:
1111
- name: "test"
@@ -16,7 +16,7 @@ buildvariants:
1616
driver: ["current"]
1717
topology: '*'
1818
mongodb-version: ['latest']
19-
os: debian11
19+
os: ubuntu2204
2020
display_name: "${ruby}, ${driver}, ${mongodb-version}, ${topology}"
2121
tasks:
2222
- name: "test"
@@ -60,7 +60,7 @@ buildvariants:
6060
ruby: ["ruby-3.2"]
6161
mongodb-version: "6.0"
6262
topology: ['replica-set', 'sharded-cluster']
63-
os: debian11
63+
os: ubuntu2204
6464
display_name: "${ruby}, ${driver}, ${mongodb-version}, ${topology}"
6565
tasks:
6666
- name: "test"

0 commit comments

Comments
 (0)