File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions:
1919
2020jobs :
2121 typescript :
22- runs-on : ubuntu-20 .04
22+ runs-on : ubuntu-22 .04
2323 name : Benchmark TypeScript Types
2424 steps :
2525 - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ permissions:
2525
2626jobs :
2727 test-documentation :
28- runs-on : ubuntu-20 .04
28+ runs-on : ubuntu-22 .04
2929 name : Test Generating Docs
3030 steps :
3131 - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
Original file line number Diff line number Diff line change 4040 fail-fast : false
4141 matrix :
4242 node : [12, 14, 16, 18]
43- os : [ubuntu-20 .04]
43+ os : [ubuntu-22 .04]
4444 mongodb : [4.0.28, 5.0.8, 6.0.0]
4545 name : Node ${{ matrix.node }} MongoDB ${{ matrix.mongodb }} OS ${{ matrix.os }}
4646 env :
7676 path : coverage
7777
7878 test-deno :
79- runs-on : ubuntu-20 .04
79+ runs-on : ubuntu-22 .04
8080 name : Deno tests
8181 env :
8282 MONGOMS_VERSION : 6.0.0
@@ -105,7 +105,7 @@ jobs:
105105 test-replica-sets :
106106 needs :
107107 - test
108- runs-on : ubuntu-20 .04
108+ runs-on : ubuntu-22 .04
109109 name : Replica Set tests
110110 steps :
111111 - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
You can’t perform that action at this time.
0 commit comments