Skip to content

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ on: [push, pull_request]
44

55
jobs:
66
sphinx:
7-
runs-on: ${{ matrix.os }}
7+
runs-on: ubuntu-22.04
88

99
strategy:
1010
fail-fast: false
1111
matrix:
12-
os: [ 'ubuntu-18.04' ]
1312
ruby: [ '2.7', '3.0', '3.1', '3.2' ]
1413
rails: [ '5_0', '5_1', '5_2', '6_0', '6_1', '7_0' ]
1514
database: [ 'mysql2', 'postgresql' ]
@@ -69,7 +68,7 @@ jobs:
6968
timeout-minutes: 12
7069

7170
manticore:
72-
runs-on: ubuntu-20.04
71+
runs-on: ubuntu-22.04
7372

7473
strategy:
7574
fail-fast: false

0 commit comments

Comments
 (0)