Skip to content

Commit

Permalink
ci: always use latest ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Aug 9, 2023
1 parent 3cc91a6 commit 85776ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: release

jobs:
release:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- name: Checkout source
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: testing

jobs:
rubocop:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- name: Checkout source
Expand All @@ -26,7 +26,7 @@ jobs:
run: bundle exec rubocop

spec:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
needs: rubocop

strategy:
Expand Down

0 comments on commit 85776ae

Please sign in to comment.