Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1d82cec

Browse files
committedFeb 10, 2025·
Remove darwin CI agent
1 parent b22bfba commit 1d82cec

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
@@ -37,7 +37,7 @@
3737
);
3838
};
3939

40-
ciSystems = [ "x86_64-linux" "x86_64-darwin" ];
40+
ciSystems = [ "x86_64-linux" ];
4141
};
4242
}
4343

0 commit comments

Comments
 (0)
Please sign in to comment.