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 9
9
strategy :
10
10
matrix :
11
11
ghc :
12
+ - " 9.10.1"
12
13
- " 9.8.2"
13
14
- " 9.6.4"
14
15
- " 9.4.8"
@@ -17,10 +18,16 @@ jobs:
17
18
- " 8.10.7"
18
19
- " 8.8.4"
19
20
cabal :
20
- - " 3.10 .1.0"
21
+ - " 3.12 .1.0"
21
22
os :
22
23
- 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"
24
31
fail-fast : false
25
32
steps :
26
33
- uses : actions/checkout@v2
96
103
draft : false
97
104
prerelease : false
98
105
build_windows :
106
+ if : false # This workflow is currently broken due to C library issues. See: https://github.com/haskell/ThreadScope/issues/135
99
107
name : ${{ matrix.os }} / ghc ${{ matrix.ghc }}
100
108
runs-on : ${{ matrix.os }}
101
109
strategy :
@@ -109,7 +117,7 @@ jobs:
109
117
- " 8.10.7"
110
118
- " 8.8.4"
111
119
cabal :
112
- - " 3.10 .1.0"
120
+ - " 3.12 .1.0"
113
121
os :
114
122
- windows-latest
115
123
fail-fast : false
You can’t perform that action at this time.
0 commit comments