Skip to content

Commit

Permalink
Use current ubuntu and macos
Browse files Browse the repository at this point in the history
  • Loading branch information
acant committed Jan 3, 2025
1 parent eb5e51c commit 18506f2
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 @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-13]
os: [ubuntu, macos]
ruby: [2.6, 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, head, jruby, jruby-head]
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || endsWith(matrix.ruby, 'jruby') }}
runs-on: ${{ matrix.os }}
Expand All @@ -25,7 +25,7 @@ jobs:
coverage:
needs: [ test ]
name: coverage
runs-on: ubuntu-20.04
runs-on: ubuntu
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 18506f2

Please sign in to comment.