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 47f97ab commit e875d7aCopy full SHA for e875d7a
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ${{ matrix.os }}
20
strategy:
21
matrix:
22
- os: [ ubuntu-latest, macos-latest ] # , windows-latest ]
+ os: [ ubuntu-latest ] # macos-latest, windows-latest
23
ruby-version: [ "2.6", "2.7", "3.0", "3.1" ]
24
25
services:
0 commit comments