Skip to content

Commit c33c4e5

Browse files
QuakeWangshaeqahmed
authored andcommitted
feat: Add macos runner for ci (apache#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 20bd1bd commit c33c4e5

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)