We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d46dc3 commit 0501f33Copy full SHA for 0501f33
.github/workflows/cache-tester.nix
@@ -18,5 +18,5 @@ derivation {
18
19
inherit seed;
20
})
21
- (builtins.genList (n: n) 1000);
+ (builtins.genList (n: n) 500);
22
}
.github/workflows/ci.yml
@@ -111,8 +111,8 @@ jobs:
111
# runner: "macos-latest"
112
#- nix-system: "x86_64-darwin"
113
# runner: "macos-13"
114
- - nix-system: "aarch64-linux"
115
- runner: "namespace-profile-default-arm64"
+ #- nix-system: "aarch64-linux"
+ # runner: "namespace-profile-default-arm64"
116
- nix-system: "x86_64-linux"
117
runner: "ubuntu-22.04"
118
steps:
0 commit comments