From de3351946113fb38ad71c2edfe2d4160f0b61794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 16 Sep 2024 09:57:31 +0200 Subject: [PATCH] also test macos --- .github/workflows/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6fad7b28..b3a1f3ab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,9 +10,7 @@ jobs: tests: strategy: matrix: - os: [ubuntu-latest] - # FIXME macos garbage currently collect also nix-shell that runs the test - #os: [ ubuntu-latest, macos-latest ] + os: [ ubuntu-latest, macos-latest ] variants: [stable, latest, bash4] runs-on: ${{ matrix.os }} steps: