Skip to content

Commit

Permalink
Build using newest ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
UweKubosch committed Jun 9, 2024
1 parent c377883 commit bd49dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
Rubocop:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Rubocop
run: bundle exec rubocop --autocorrect-all
Test:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
services:
postgres:
image: postgres
Expand Down

0 comments on commit bd49dca

Please sign in to comment.