chore: optimize gitea runner
This commit is contained in:
@@ -12,12 +12,7 @@
|
||||
|
||||
# nixos:host is primary, ubuntu is fallback
|
||||
labels = [
|
||||
# Primary: Run directly on host (fastest, has Nix installed)
|
||||
"nixos:host"
|
||||
|
||||
# Fallback: Docker-based execution for compatibility
|
||||
"ubuntu-latest:docker://node:18-bullseye"
|
||||
"ubuntu-22.04:docker://node:20-bullseye"
|
||||
];
|
||||
|
||||
# Host execution packages
|
||||
@@ -28,6 +23,7 @@
|
||||
git
|
||||
jq
|
||||
nix
|
||||
nix-update
|
||||
nodejs
|
||||
# Add any other tools you need for nix-update workflows
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user