Skip to content

Commit

Permalink
ci: maybe 22.04 works better
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmn committed Mar 17, 2023
1 parent 53054ac commit c43f8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fail-fast: false
matrix:
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2' ]
os: [ ubuntu-20.04 ]
os: [ ubuntu-22.04 ]
runs-on: ${{ matrix.os }}

name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
Expand Down

0 comments on commit c43f8ad

Please sign in to comment.