Skip to content

Commit

Permalink
ci: add macos to features check ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah-Kennedy authored and inikulin committed Feb 1, 2024
1 parent 69361b1 commit b72da90
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 @@ -30,7 +30,10 @@ jobs:

check-features:
name: Check feature combinations
runs-on: ubuntu-latest
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit b72da90

Please sign in to comment.