Skip to content

Commit

Permalink
CI: run on latest Ubuntu CI agents
Browse files Browse the repository at this point in the history
  • Loading branch information
orien committed Feb 2, 2024
1 parent dde0f34 commit 253e9e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on: [ push, pull_request ]
jobs:
test:
name: Test (Ruby ${{ matrix.ruby }}, ${{ matrix.os }})
runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.os }}-latest
strategy:
matrix:
os: [ ubuntu-20.04 ]
os: [ ubuntu ]
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3' ]
include:
- os: macos-latest
- os: macos
ruby: '2.7'
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 253e9e6

Please sign in to comment.