Skip to content

Commit

Permalink
GHA's Ubuntu 18 is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
jdelStrother committed Jun 15, 2024
1 parent 3b13810 commit 01d141b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ on: [push, pull_request]

jobs:
sphinx:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-22.04

strategy:
fail-fast: false
matrix:
os: [ 'ubuntu-18.04' ]
ruby: [ '2.7', '3.0', '3.1', '3.2' ]
rails: [ '5_0', '5_1', '5_2', '6_0', '6_1', '7_0' ]
database: [ 'mysql2', 'postgresql' ]
Expand Down Expand Up @@ -69,7 +68,7 @@ jobs:
timeout-minutes: 12

manticore:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
fail-fast: false
Expand Down

0 comments on commit 01d141b

Please sign in to comment.