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:
|
nix-flake-check:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest]
|
os: [ubuntu-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in New Issue