Remove macOS from CI workflow matrix

This commit is contained in:
Daniel Winkler 2025-10-03 13:28:45 +10:00 committed by GitHub
commit b404ebda22
Failed to generate hash of commit

View file

@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v5
- uses: DeterminateSystems/nix-installer-action@main