Skip to content

Commit d8deb93

Browse files
committed
Run CI on MacOS too
1 parent 7585a0e commit d8deb93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
strategy:
66
fail-fast: false
77
matrix:
8-
os: [ubuntu-latest]
8+
os: [ubuntu-latest, macos-latest]
99
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
1010
ruby: ['3.0', '3.1', '3.2', '3.3']
1111
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)