update ubuntu 18.04 for github actions

This commit is contained in:
Hiroshi SHIBATA 2022-09-20 17:11:51 +09:00 committed by usa
parent 13354c02a6
commit 6ff627e57e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
test_task: [ "check", "test-bundler", "test-bundled-gems" ]
os: [ubuntu-latest, ubuntu-16.04]
os: [ubuntu-latest, ubuntu-18.04]
exclude:
- test_task: test-bundler
os: ubuntu-16.04