Skip to content

Commit abab374

Browse files
committed
[sc-129896] move to hls supported ghc versions
So I'm assuming the bindists we get from ghcup will work within our docker containers and avoid the hls issues after reading @tfausak's comment: #16 (comment)
1 parent 7bd251a commit abab374

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/workflow.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
include:
99
- { arch: amd64, ghc: 9.0.2, hls: 1.8.0.0 }
1010
- { arch: arm64, ghc: 9.0.2, hls: 1.8.0.0 }
11-
- { arch: amd64, ghc: 9.2.5, hls: 85f788135175a007d3db4ac911c4115b30ab9d87 }
12-
- { arch: arm64, ghc: 9.2.5, hls: 85f788135175a007d3db4ac911c4115b30ab9d87 }
13-
- { arch: amd64, ghc: 9.4.3, hls: 85f788135175a007d3db4ac911c4115b30ab9d87 }
14-
- { arch: arm64, ghc: 9.4.3, hls: 85f788135175a007d3db4ac911c4115b30ab9d87 }
11+
- { arch: amd64, ghc: 9.2.4, hls: 1.8.0.0 }
12+
- { arch: arm64, ghc: 9.2.4, hls: 1.8.0.0 }
13+
- { arch: amd64, ghc: 9.4.2, hls: 1.8.0.0 }
14+
- { arch: arm64, ghc: 9.4.2, hls: 1.8.0.0 }
1515
runs-on: ubuntu-latest
1616
steps:
1717

0 commit comments

Comments
 (0)