From 058b3a9be536ae84111053cfb09ad67b5bdbd674 Mon Sep 17 00:00:00 2001 From: klarkc Date: Tue, 14 May 2024 11:03:51 -0300 Subject: [PATCH] ci: disable macos-latest --- .github/workflows/test.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1225684..73be2d8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,9 +12,10 @@ jobs: - name: "" free: false os: ubuntu-latest - - name: "" - free: false - os: macos-latest + # FIXME macos-latest tests disabled in CI + #- name: "" + # free: false + # os: macos-latest # FIXME hask and agd flakes not running mac CI tests # error: flake 'git+file:///private/tmp/nix-templates/target' does not provide attribute 'devShells.aarch64-darwin.default', 'devShell.aarch64-darwin', 'packages.aarch64-darwin.default' or 'defaultPackage.aarch64-darwin' - name: agd