Skip to content

Commit

Permalink
Update runner OS
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekSuchanek committed Oct 14, 2023
1 parent 0577ddf commit 7caceb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
test:
name: Test
strategy:
fail-fast: false
matrix:
os:
- ubuntu-20.04
# - windows-2022 (MongoDB issues in CI)
- ubuntu-22.04
- macos-12
runs-on: ${{ matrix.os }}

Expand All @@ -28,7 +28,7 @@ jobs:
- name: Set up MongoDB
uses: ankane/setup-mongodb@v1
with:
mongodb-version: '5.0'
mongodb-version: '7.0'

- name: Check MongoDB
run: |
Expand Down

0 comments on commit 7caceb4

Please sign in to comment.