Skip to content

Commit 31fb021

Browse files
authored
Merge pull request #142 from mlabs-haskell/szg251/darwin
Enable MacOS builds and CI checks
2 parents b1036b8 + c5a3ea8 commit 31fb021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hercules-ci.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
hercules-ci.github-pages.settings.contents = config.packages.lambda-buffers-book;
2222
};
2323

24-
herculesCI.ciSystems = [ "x86_64-linux" ];
24+
herculesCI.ciSystems = [ "x86_64-linux" "x86_64-darwin" ];
2525
}

0 commit comments

Comments
 (0)