Skip to content

Commit

Permalink
Update GitHub Actions to use Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Feb 20, 2021
1 parent dafab19 commit 4b7cd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- ruby: jruby-head
gemfile: gemfiles/rails-6-0.gemfile
experimental: true
runs-on: ubuntu-16.04
runs-on: ubuntu-20.04
services:
postgres:
image: postgres:11
Expand Down

0 comments on commit 4b7cd90

Please sign in to comment.