Skip to content

Commit

Permalink
Remove 'x86_64-darwin' from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ymeister committed Sep 8, 2024
1 parent 2170c36 commit a58e289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
let
native-reflex-platform = reflex-platform-fun { __useNewerCompiler = true; };
inherit (native-reflex-platform.nixpkgs) lib;
systems = ["x86_64-linux" "x86_64-darwin"];
systems = ["x86_64-linux"];

perPlatform = lib.genAttrs systems (system: let
reflex-platform = reflex-platform-fun { inherit system; __useNewerCompiler = true; };
Expand Down

0 comments on commit a58e289

Please sign in to comment.