Skip to content

Commit

Permalink
feat: Add macos runner for ci (apache#441)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
QuakeWang authored and shaeqahmed committed Dec 9, 2024
1 parent 20bd1bd commit c33c4e5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@ env:

jobs:
check:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit c33c4e5

Please sign in to comment.