CI: only run cargo hack check on Linux

This commit is contained in:
Paul Dicker 2024-02-14 14:34:40 +01:00 committed by Paul Dicker
parent e2e0dfe315
commit 60f8b742c9

View File

@ -71,7 +71,7 @@ jobs:
features_check:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4