Skip to content

Commit 0501f33

Browse files
committed
1k -> 500
1 parent 9d46dc3 commit 0501f33

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cache-tester.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ derivation {
1818

1919
inherit seed;
2020
})
21-
(builtins.genList (n: n) 1000);
21+
(builtins.genList (n: n) 500);
2222
}

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ jobs:
111111
# runner: "macos-latest"
112112
#- nix-system: "x86_64-darwin"
113113
# runner: "macos-13"
114-
- nix-system: "aarch64-linux"
115-
runner: "namespace-profile-default-arm64"
114+
#- nix-system: "aarch64-linux"
115+
# runner: "namespace-profile-default-arm64"
116116
- nix-system: "x86_64-linux"
117117
runner: "ubuntu-22.04"
118118
steps:

0 commit comments

Comments
 (0)