Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
ci: config macos test
Browse files Browse the repository at this point in the history
  • Loading branch information
maolonglong committed Nov 25, 2023
1 parent 6f4864b commit cd0c91b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ on:

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- name: Setup Nix
Expand Down

0 comments on commit cd0c91b

Please sign in to comment.