Skip to content

Commit

Permalink
feat: Add macos runner for ci (#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 Jul 10, 2024
1 parent 9b8f791 commit 484ef05
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 484ef05

Please sign in to comment.