diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml index c26021e9..59dc7e76 100644 --- a/.github/workflows/hello.yml +++ b/.github/workflows/hello.yml @@ -16,9 +16,10 @@ jobs: #- aarch64-darwin #- aarch64-linux compiler-nix-name: - - ghc8107 - - ghc928 - - ghc962 + - ghc810 + - ghc92 + - ghc96 + - ghc98 target-platform: - "" - "-static" @@ -32,9 +33,9 @@ jobs: - true exclude: # Just cross compiling javascript with ghc 9.6 for now - - compiler-nix-name: ghc8107 + - compiler-nix-name: ghc810 target-platform: "-js" - - compiler-nix-name: ghc928 + - compiler-nix-name: ghc92 target-platform: "-js" # Static builds not working for darwin yet - platform: x86_64-darwin