Skip to content

Commit ebb4c95

Browse files
committed
ci: Run tests on Mac OS
1 parent c5f0ef6 commit ebb4c95

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ jobs:
2121

2222
test-stable:
2323
name: Test - stable toolchain
24-
runs-on: ubuntu-latest
24+
runs-on: ${{ matrix.os }}
25+
strategy:
26+
matrix:
27+
os: [ubuntu-latest, macos-latest]
2528

2629
steps:
2730
- name: Checkout

0 commit comments

Comments
 (0)