Skip to content

Commit 8edef81

Browse files
authored
Re-enable macOS and Linux platforms in workflow
1 parent 4df151f commit 8edef81

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/hello.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@ jobs:
1212
matrix:
1313
platform:
1414
- x86_64-linux
15-
# Disabled until macOS hydra builders are back online.
16-
#- x86_64-darwin
17-
# Skipping because we do not have runners for these set up.
18-
#- aarch64-darwin
19-
#- aarch64-linux
15+
- x86_64-darwin
16+
- aarch64-darwin
17+
- aarch64-linux
2018
compiler-nix-name:
2119
- ghc96
2220
- ghc98

0 commit comments

Comments
 (0)