We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb0e4a commit e2a7b3fCopy full SHA for e2a7b3f
.github/workflows/tests.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ${{ matrix.os }}
19
strategy:
20
matrix:
21
- os: [ ubuntu-latest, macos-latest ] # , windows-latest ]
+ os: [ "ubuntu-22.04", "macos-13" ] # , windows-latest ]
22
ruby-version: [ "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2" ]
23
24
name: Ruby ${{ matrix.ruby-version }} on OS ${{ matrix.os }}
0 commit comments