From 084dbb46b5c4cc7f71b2df0f77b550997aea07fb Mon Sep 17 00:00:00 2001 From: Hamish Mackenzie Date: Wed, 18 Oct 2023 21:41:23 +1300 Subject: [PATCH] Leave hello.yml for now --- .github/workflows/hello.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml index 59dc7e76..c26021e9 100644 --- a/.github/workflows/hello.yml +++ b/.github/workflows/hello.yml @@ -16,10 +16,9 @@ jobs: #- aarch64-darwin #- aarch64-linux compiler-nix-name: - - ghc810 - - ghc92 - - ghc96 - - ghc98 + - ghc8107 + - ghc928 + - ghc962 target-platform: - "" - "-static" @@ -33,9 +32,9 @@ jobs: - true exclude: # Just cross compiling javascript with ghc 9.6 for now - - compiler-nix-name: ghc810 + - compiler-nix-name: ghc8107 target-platform: "-js" - - compiler-nix-name: ghc92 + - compiler-nix-name: ghc928 target-platform: "-js" # Static builds not working for darwin yet - platform: x86_64-darwin