From e5d51a55f6334846caa5e5edeaad86bc31727432 Mon Sep 17 00:00:00 2001 From: Seungheon Oh Date: Tue, 20 Feb 2024 14:58:22 -0600 Subject: [PATCH] Add `x86_64-darwin` for CI --- nix/hercules-ci.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/hercules-ci.nix b/nix/hercules-ci.nix index ce67ea974..17c06f816 100644 --- a/nix/hercules-ci.nix +++ b/nix/hercules-ci.nix @@ -17,5 +17,5 @@ }; }; - herculesCI.ciSystems = [ "x86_64-linux" ]; + herculesCI.ciSystems = [ "x86_64-linux" "x86_64-darwin" ]; }