mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
ubuntu-latest (20.04) fails to run AR 4.1 tests. Let's try ubuntu-18.04
https://github.com/kaminari/kaminari/runs/3263108802
This commit is contained in:
parent
fd35d3707a
commit
eb757b0060
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ruby.yml
vendored
2
.github/workflows/ruby.yml
vendored
|
@ -79,7 +79,7 @@ jobs:
|
|||
- ruby_version: '2.1'
|
||||
gemfile: gemfiles/active_record_42.gemfile
|
||||
db: sqlite3
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
env:
|
||||
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
|
||||
DB: ${{ matrix.db }}
|
||||
|
|
Loading…
Reference in a new issue