We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68847a1 commit f3d830cCopy full SHA for f3d830c
1 file changed
.github/workflows/ci.yml
@@ -35,6 +35,9 @@ jobs:
35
- { cabal: "3.14", os: windows-latest, ghc: "9.10.2" }
36
- { cabal: "3.14", os: windows-latest, ghc: "9.12.2" }
37
# MacOS
38
+ - { cabal: "3.14", os: macOS-15-intel, ghc: "8.8.4" }
39
+ - { cabal: "3.14", os: macOS-15-intel, ghc: "8.10.7" }
40
+ - { cabal: "3.14", os: macOS-15-intel, ghc: "9.0.2" }
41
- { cabal: "3.14", os: macOS-latest, ghc: "9.2.8" }
42
- { cabal: "3.14", os: macOS-latest, ghc: "9.4.8" }
43
- { cabal: "3.14", os: macOS-latest, ghc: "9.6.7" }
0 commit comments