Skip to content

Commit d126e0a

Browse files
committed
Disable macOS ci for now
1 parent 4774b42 commit d126e0a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

flake.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,9 @@
110110
systems = [
111111
"x86_64-linux"
112112
] ++ (if runningHydraEvalTest then [ ] else [
113-
"x86_64-darwin"
114-
"aarch64-darwin"
113+
# TODO put these back when the macOS builders for ci.zw3rk.com are back online
114+
# "x86_64-darwin"
115+
# "aarch64-darwin"
115116
]);
116117

117118
nixpkgsArgs = {

0 commit comments

Comments
 (0)