Skip to content

Commit 2a8b2cb

Browse files
authored
Update hello.yml with short compiler-nix-names (#113)
* Update hello.yml with short compiler-nix-names * Try fix for bool issue * Use latest action branch now it is fixed
1 parent fb0fbe3 commit 2a8b2cb

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/hello.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ jobs:
1616
#- aarch64-darwin
1717
#- aarch64-linux
1818
compiler-nix-name:
19-
- ghc8107
20-
- ghc928
21-
- ghc962
19+
- ghc810
20+
- ghc92
21+
- ghc96
22+
- ghc98
2223
target-platform:
2324
- ""
2425
- "-static"
@@ -32,9 +33,9 @@ jobs:
3233
- true
3334
exclude:
3435
# Just cross compiling javascript with ghc 9.6 for now
35-
- compiler-nix-name: ghc8107
36+
- compiler-nix-name: ghc810
3637
target-platform: "-js"
37-
- compiler-nix-name: ghc928
38+
- compiler-nix-name: ghc92
3839
target-platform: "-js"
3940
# Static builds not working for darwin yet
4041
- platform: x86_64-darwin

0 commit comments

Comments
 (0)