We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f07fe commit 61e185fCopy full SHA for 61e185f
1 file changed
.github/workflows/tests.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ${{ matrix.os }}
23
strategy:
24
matrix:
25
- os: [ "ubuntu-22.04", "macos-13" ] # , windows-latest ]
+ os: [ "ubuntu-22.04", "macos-latest" ] # , windows-latest ]
26
ruby-version: [ "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2" ]
27
28
name: Ruby ${{ matrix.ruby-version }} on OS ${{ matrix.os }}
0 commit comments