Skip to content

Commit 9b70017

Browse files
authored
Merge pull request #67 from mlabs-haskell/szg251/remove-x86_64-darwin-ci
Remove x86_64-darwin from Hercules CI
2 parents aaca67f + 924a8f4 commit 9b70017

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.docs;
2222
};
2323

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

0 commit comments

Comments
 (0)