From 212eb40034d531d84db1a887bd15107903c6c897 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Mon, 16 Dec 2024 17:24:12 +1100 Subject: [PATCH] CI: Only use mac-13 to avoid failure of ghc-8.10.7 build --- .github/workflows/haskell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 8200003..a04c6f6 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: ghc: ["8.10.7", "9.2.8", "9.6.5", "9.8.2", "9.10.1"] - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-13, windows-latest] steps: - uses: actions/checkout@v1