Skip to content

Commit

Permalink
Adjust CI setup to get functional MongoDB install again (markitosgv#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabker authored Jan 2, 2023
1 parent d05b77c commit aee1b96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest
runs-on: 'ubuntu-20.04'
continue-on-error: ${{ matrix.can-fail }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
id: setup-mongodb
uses: mongodb-labs/drivers-evergreen-tools@master
with:
version: '4.4'
version: '5.0'
topology: server

- name: Remove Guard
Expand Down

0 comments on commit aee1b96

Please sign in to comment.