Skip to content

Commit

Permalink
fix github matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jan 13, 2025
1 parent 9cb3ffe commit c32d58a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@

githubActions = nix-github-actions.lib.mkGithubMatrix {
# Inherit GHA actions matrix from a subset of platforms supported by hosted runners
platforms = {
"x86_64-linux" = "nscloud-ubuntu-22.04-amd64-4x16";
"x86_64-darwin" = "macos-13";
"aarch64-darwin" = "macos-latest";
"aarch64-linux" = "nscloud-ubuntu-22.04-arm64-4x16";
};
checks = {
inherit (self.checks) x86_64-linux;

Expand Down

0 comments on commit c32d58a

Please sign in to comment.