From f848483df3b3abb699012aafd77a23a71737b7b0 Mon Sep 17 00:00:00 2001 From: Lei Zhu Date: Wed, 20 Sep 2023 21:39:30 +0800 Subject: [PATCH 1/2] Bump to ghc-8.10.7 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e1f3d726..a4e8984b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: os: [macos-11, ubuntu-latest, windows-latest] - ghc: [8.10.4, 8.10.7, 9.0.2, 9.2.8, 9.4.5, 9.6.2] + ghc: [8.10.7, 9.0.2, 9.2.8, 9.4.7, 9.6.2] runs-on: ${{ matrix.os }} steps: - name: Checkout @@ -40,7 +40,7 @@ jobs: ghcup install ghc ${{matrix.ghc}} ghcup set ghc ${{matrix.ghc}} - ghcup install hls 1.4.0 + ghcup install hls 2.2.0.0 ghcup install hls latest shell: bash From a01d0c691679272ac1eafe2bb86742cc1c0654d1 Mon Sep 17 00:00:00 2001 From: Lei Zhu Date: Wed, 20 Sep 2023 21:40:08 +0800 Subject: [PATCH 2/2] Use macos latest --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a4e8984b..da673649 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-11, ubuntu-latest, windows-latest] + os: [macos-latest, ubuntu-latest, windows-latest] ghc: [8.10.7, 9.0.2, 9.2.8, 9.4.7, 9.6.2] runs-on: ${{ matrix.os }} steps: