Skip to content

Commit

Permalink
use correct ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis committed Oct 28, 2024
1 parent 6f2cbaa commit 783a0b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1717,7 +1717,7 @@ buildvariants:
ruby: "ruby-3.3"
topology: standalone
mongodb-version: "7.0"
os: ubuntu1804
os: ubuntu2204
display_name: "AWS ${auth-and-ssl} ${mongodb-version} ${ruby}"
tasks:
- name: "test-aws-auth"
Expand Down
2 changes: 1 addition & 1 deletion .evergreen/config/standard.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ buildvariants:
ruby: <%= latest_ruby %>
topology: standalone
mongodb-version: <%= latest_stable_mdb %>
os: ubuntu1804
os: ubuntu2204
display_name: "AWS ${auth-and-ssl} ${mongodb-version} ${ruby}"
tasks:
- name: "test-aws-auth"
Expand Down

0 comments on commit 783a0b1

Please sign in to comment.