Skip to content

Commit 484ef05

Browse files
authored
feat: Add macos runner for ci (#441)
* feat: Add macos runner for ci * feat: Add publish for macOS * reset the publish.yml * feat: add macOS for check ci * remove the macOS for unit ci
1 parent 9b8f791 commit 484ef05

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,12 @@ env:
3434

3535
jobs:
3636
check:
37-
runs-on: ubuntu-latest
37+
runs-on: ${{ matrix.os }}
38+
strategy:
39+
matrix:
40+
os:
41+
- ubuntu-latest
42+
- macos-latest
3843
steps:
3944
- uses: actions/checkout@v4
4045

0 commit comments

Comments
 (0)