File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 99 strategy :
1010 matrix :
1111 ghc :
12+ - " 9.10.1"
1213 - " 9.8.2"
1314 - " 9.6.4"
1415 - " 9.4.8"
@@ -17,10 +18,16 @@ jobs:
1718 - " 8.10.7"
1819 - " 8.8.4"
1920 cabal :
20- - " 3.10 .1.0"
21+ - " 3.12 .1.0"
2122 os :
2223 - ubuntu-latest
23- - macOS-latest
24+ include :
25+ - os : macos-latest
26+ ghc : " 9.10.1"
27+ cabal : " 3.12.1.0"
28+ - os : macos-latest
29+ ghc : " 9.8.2"
30+ cabal : " 3.12.1.0"
2431 fail-fast : false
2532 steps :
2633 - uses : actions/checkout@v2
96103 draft : false
97104 prerelease : false
98105 build_windows :
106+ if : false # This workflow is currently broken due to C library issues. See: https://github.com/haskell/ThreadScope/issues/135
99107 name : ${{ matrix.os }} / ghc ${{ matrix.ghc }}
100108 runs-on : ${{ matrix.os }}
101109 strategy :
@@ -109,7 +117,7 @@ jobs:
109117 - " 8.10.7"
110118 - " 8.8.4"
111119 cabal :
112- - " 3.10 .1.0"
120+ - " 3.12 .1.0"
113121 os :
114122 - windows-latest
115123 fail-fast : false
You can’t perform that action at this time.
0 commit comments