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:
adisbladis 2024-02-09 12:48:38 +13:00
parent 0d89212969
commit b816c29566
1 changed files with 1 additions and 1 deletions

View File

@ -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