Skip to content

Commit 34540c9

Browse files
committed
Ubuntu 20.04 has been retired on GitHub Actions
1 parent fa81e21 commit 34540c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
env:
1111
CI: true
1212
TESTOPTS: "-v"
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414
continue-on-error: true
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
os: [ ubuntu-20.04 ]
18+
os: [ ubuntu-22.04 ]
1919
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3"]
2020
mongodb: ["4.4", "5.0", "6.0", "7.0", "8.0"]
2121
topology: [replica_set, sharded_cluster]

0 commit comments

Comments
 (0)