Skip to content

Commit 3ff4670

Browse files
committed
ci: run tests on macos as well
1 parent 9d4da0b commit 3ff4670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
ci:
3737
strategy:
3838
matrix:
39-
os: [ubuntu-latest, windows-latest]
39+
os: [ubuntu-latest, macos-latest, windows-latest]
4040
runs-on: ${{ matrix.os }}
4141
steps:
4242
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

0 commit comments

Comments
 (0)