From c6673f50bffbc3b054145d8a7a344819655946b6 Mon Sep 17 00:00:00 2001 From: dopamane Date: Sat, 15 Aug 2026 05:18:25 -0700 Subject: [PATCH 1/2] update ci --- .github/workflows/haskell.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index fd72126..fe410e8 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -14,8 +14,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - ghc: ['9.0', '9.8', '9.12'] - os: [ubuntu-22.04] + ghc: ['9.10'] + os: [ubuntu-latest] name: ${{ matrix.os }} GHC ${{ matrix.ghc }} steps: - name: Checkout From c98848e2e48ac0d69325cd2fa26fc54e08c84ee7 Mon Sep 17 00:00:00 2001 From: dopamane Date: Sat, 15 Aug 2026 05:23:55 -0700 Subject: [PATCH 2/2] ubuntu-26.04 --- .github/workflows/haskell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index fe410e8..b91f2de 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: ghc: ['9.10'] - os: [ubuntu-latest] + os: [ubuntu-26.04] name: ${{ matrix.os }} GHC ${{ matrix.ghc }} steps: - name: Checkout