From 885195b20078d0b1e56eddf381c578815359f3b4 Mon Sep 17 00:00:00 2001 From: SEIAROTg Date: Thu, 28 Nov 2024 22:47:42 +0000 Subject: [PATCH] ci: disables aarch64-linux tests. This is too slow to be useful and it does not seem to actually run the tests on github actions. --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c388ebe..de14701 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,9 @@ jobs: strategy: matrix: - system: [x86_64-linux, aarch64-linux] + # TODO: re-enable aarch64-linux once github has native runner + # https://github.com/orgs/community/discussions/19197 + system: [x86_64-linux] version: - nixpkgs: nixos-24.11 home-manager: release-24.11