Skip to content

Commit f15dfe4

Browse files
committed
use ubuntu 20.04 in tests
1 parent e3e8866 commit f15dfe4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
node: [14]
12-
os: [ubuntu-18.04]
12+
os: [ubuntu-20.04]
1313
include:
14-
- os: ubuntu-18.04
15-
mongo-os: ubuntu1804
14+
- os: ubuntu-20.04
15+
mongo-os: ubuntu2004
1616
mongo: 5.0.2
1717
name: Node ${{ matrix.node }} MongoDB ${{ matrix.mongo }}
1818
steps:

0 commit comments

Comments
 (0)