Skip to content

Commit a992698

Browse files
authored
Small tweaks to the README example
1 parent 07b100f commit a992698

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ jobs:
8282
strategy:
8383
fail-fast: false
8484
matrix:
85-
os: [ubuntu, macos]
86-
ruby: [2.5, 2.6, 2.7, head, debug, jruby, jruby-head, truffleruby, truffleruby-head]
87-
runs-on: ${{ matrix.os }}-latest
85+
os: [ubuntu-latest, macos-latest]
86+
ruby: [2.5, 2.6, 2.7, head, jruby, jruby-head, truffleruby, truffleruby-head]
87+
runs-on: ${{ matrix.os }}
8888
steps:
8989
- uses: actions/checkout@v2
9090
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)