commit 57cbee90584fa429f6f8b5c272eb4aaa1cd2096d parent 43609a34222fa17581dd0a17bc814b34f8ae514e Author: Nikolay Korotkiy <sikmir@disroot.org> Date: Sun, 4 Feb 2024 17:06:50 +0400 CI: disable macos Diffstat:
M | .github/workflows/build.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - nixpkgs=channel:nixpkgs-unstable os: - ubuntu-latest - - macos-latest + #- macos-latest runs-on: ${{ matrix.os }} steps: - name: Checkout repository