1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00

ubuntu-16.04 has been deprecated

Let's try running ubuntu-latest instead
This commit is contained in:
Akira Matsuda 2021-08-06 23:24:56 +09:00
parent 90a3ba9ea2
commit fd35d3707a

View file

@ -79,7 +79,7 @@ jobs:
- ruby_version: '2.1'
gemfile: gemfiles/active_record_42.gemfile
db: sqlite3
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
DB: ${{ matrix.db }}