We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb2922a commit 0a703b5Copy full SHA for 0a703b5
.github/workflows/workflow.yml
@@ -88,21 +88,21 @@ jobs:
88
89
include:
90
91
- # Future macos
+ # Other macos
92
93
- - os: macos-15
+ - os: macos-15-intel
94
plan:
95
ghc: latest
96
cabal: latest
97
cabal_update: "true"
98
99
- # Some previously recommended releases of ghc with supported cabal
100
-
101
- - os: macos-13
102
- # GHC 9.0 does not work on macos-14 (LLVM problem #77)
+ - os: macos-14
103
104
- ghc: "9.0"
105
- cabal: "3.10"
+ ghc: latest
+ cabal: latest
+ cabal_update: "true"
+
+ # Some previously recommended releases of ghc with supported cabal
106
107
- os: ubuntu-latest
108
0 commit comments