Skip to content

Commit b830470

Browse files
authored
Merge pull request #134 from haskell/wip/teo/fix-ci
Fix CI
2 parents 3fb7701 + 270ee74 commit b830470

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
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
@@ -96,6 +103,7 @@ jobs:
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

0 commit comments

Comments
 (0)