Skip to content

Commit fc209ab

Browse files
authored
Merge branch 'nix-darwin:nix-darwin-25.05' into nix-darwin-25.05
2 parents 63b974b + 000eadb commit fc209ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/services/github-runner/options.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ in
262262
};
263263

264264
nodeRuntimes = mkOption {
265-
type = with types; nonEmptyListOf (enum [ "node20" ]);
266-
default = [ "node20" ];
265+
type = with types; nonEmptyListOf (enum [ "node20" "node24" ]);
266+
default = [ "node20" "node24" ];
267267
description = ''
268268
List of Node.js runtimes the runner should support.
269269
'';

0 commit comments

Comments
 (0)