Skip to content

Commit 8045783

Browse files
committed
chore: bump ubuntu versions in GitHub actions
1 parent 5235028 commit 8045783

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919

2020
jobs:
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

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ permissions:
2525

2626
jobs:
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

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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:
@@ -76,7 +76,7 @@ jobs:
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

0 commit comments

Comments
 (0)