Skip to content

Commit

Permalink
Update ruby.yml (20.04)
Browse files Browse the repository at this point in the history
  • Loading branch information
abid123456 authored Mar 24, 2024
1 parent 0f94c19 commit 2e6dadb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
test:
runs-on: ubuntu-16.04
runs-on: ubuntu-20.04
services:
db:
image: postgres:11
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
bundle exec rake test
rubocop:
name: rubocop
runs-on: ubuntu-16.04
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 2e6dadb

Please sign in to comment.