Skip to content

Commit 3ab8017

Browse files
committed
chore: Disable macos gh workflow
because magic-nix-cache fails: DeterminateSystems/magic-nix-cache-action#182
1 parent ca07082 commit 3ab8017

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
self.packages
188188
);
189189
in nix-github-actions.lib.mkGithubMatrix {
190-
checks = nixpkgs.lib.getAttrs ["x86_64-linux" "aarch64-linux" "aarch64-darwin"] server-package;
190+
checks = nixpkgs.lib.getAttrs ["x86_64-linux" "aarch64-linux"] server-package;
191191
};
192192
githubActions-docker = let
193193
docker-package = (

0 commit comments

Comments
 (0)