Skip to content

Commit

Permalink
Use ubuntu-latest for all workflows (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
peteryates authored Nov 9, 2024
2 parents e073123 + 74c1e76 commit e2728ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
publish:
name: Publish to RubyGems.org and GitHub Packages
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
ruby: ['3.1.6', '3.2.5', '3.3.6']
rails: ['7.1.5', '7.2.2', '8.0.0']
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: Testing with Ruby ${{ matrix.ruby }} and Rails ${{ matrix.rails }}
steps:
- uses: actions/checkout@v3
Expand All @@ -35,7 +35,7 @@ jobs:
run: make rspec

quality-checks:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: Code quality, test coverage and documentation checks
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e2728ec

Please sign in to comment.