Skip to content

Commit 26fc6c2

Browse files
authored
Bump old hls version and upgrade test runner to macos-latest (#960)
* Bump to ghc-8.10.7 * Use macos latest
1 parent 0b7bdf4 commit 26fc6c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [macos-11, ubuntu-latest, windows-latest]
15-
ghc: [8.10.4, 8.10.7, 9.0.2, 9.2.8, 9.4.5, 9.6.2]
14+
os: [macos-latest, ubuntu-latest, windows-latest]
15+
ghc: [8.10.7, 9.0.2, 9.2.8, 9.4.7, 9.6.2]
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- name: Checkout
@@ -40,7 +40,7 @@ jobs:
4040
ghcup install ghc ${{matrix.ghc}}
4141
ghcup set ghc ${{matrix.ghc}}
4242
43-
ghcup install hls 1.4.0
43+
ghcup install hls 2.2.0.0
4444
ghcup install hls latest
4545
shell: bash
4646

0 commit comments

Comments
 (0)