From c38b222c8bcac757b01d2a24c6df8871fdd95ae2 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 7 Jan 2025 13:48:39 +0800 Subject: [PATCH] Bump GHC JS to 9.12 --- .github/workflows/ci-js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-js.yml b/.github/workflows/ci-js.yml index bdce40a..e8a6491 100644 --- a/.github/workflows/ci-js.yml +++ b/.github/workflows/ci-js.yml @@ -8,8 +8,8 @@ jobs: build: runs-on: ubuntu-20.04 env: - GHC: 9.10.0.20240413 - EMSDK: 3.1.57 + GHC: 9.12.1 + EMSDK: 3.1.74 steps: - name: Install GHCup id: ghcup