Skip to content

Commit

Permalink
build: use latest ubuntu for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Jul 16, 2023
1 parent cbee4e8 commit da55de7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

strategy:
fail-fast: false
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
run: bundle exec appraisal rspec

rubocop:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

strategy:
fail-fast: false
Expand Down

0 comments on commit da55de7

Please sign in to comment.