We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7585a0e commit d8deb93Copy full SHA for d8deb93
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
strategy:
6
fail-fast: false
7
matrix:
8
- os: [ubuntu-latest]
+ os: [ubuntu-latest, macos-latest]
9
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
10
ruby: ['3.0', '3.1', '3.2', '3.3']
11
runs-on: ${{ matrix.os }}
0 commit comments