From b8a0975aaa54027ba2067a0df9b399374c38e16b Mon Sep 17 00:00:00 2001 From: "Rune K. Svendsen" Date: Mon, 6 Jan 2025 09:48:35 +0100 Subject: [PATCH] Only test on macos-14 runner Because it's the only ARM runner --- .github/workflows/cabal-in-nix-shell.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cabal-in-nix-shell.yml b/.github/workflows/cabal-in-nix-shell.yml index a04f6e1..0e0ca0e 100644 --- a/.github/workflows/cabal-in-nix-shell.yml +++ b/.github/workflows/cabal-in-nix-shell.yml @@ -30,6 +30,9 @@ jobs: ghc: ghc822 - os: macos-14 ghc: ghc844 + - os: ubuntu-22.04 + - os: ubuntu-20.04 + - os: macos-13 runs-on: ${{ matrix.os }} steps: - name: Checkout