Remove macos from testing matrix
While it would be great to support macos I just can't test it properly.
This commit is contained in:
parent
0d89212969
commit
b816c29566
|
@ -11,7 +11,7 @@ jobs:
|
|||
nix-flake-check:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
os: [ubuntu-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in New Issue