From 0d9fedf78979d10093afb308c7c7c1e9a80d271e Mon Sep 17 00:00:00 2001 From: a012 Date: Mon, 6 Apr 2026 14:06:16 -0400 Subject: [PATCH] Fix slim (no node.js) -> latest. --- .github/workflows/triage.lock.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/triage.lock.yml b/.github/workflows/triage.lock.yml index 5e5bd40..b8dfbba 100644 --- a/.github/workflows/triage.lock.yml +++ b/.github/workflows/triage.lock.yml @@ -49,7 +49,7 @@ jobs: if: > needs.pre_activation.outputs.activated == 'true' && (github.event_name != 'issues' || github.event.action != 'labeled' || github.event.label.name == 'ai-triage') - runs-on: ubuntu-slim + runs-on: ubuntu-latest permissions: contents: read outputs: @@ -787,7 +787,7 @@ jobs: - safe_outputs - update_cache_memory if: always() && (needs.agent.result != 'skipped' || needs.activation.outputs.lockdown_check_failed == 'true') - runs-on: ubuntu-slim + runs-on: ubuntu-latest permissions: contents: read discussions: write @@ -1024,7 +1024,7 @@ jobs: pre_activation: if: github.event_name != 'issues' || github.event.action != 'labeled' || github.event.label.name == 'ai-triage' - runs-on: ubuntu-slim + runs-on: ubuntu-latest outputs: activated: ${{ steps.check_membership.outputs.is_team_member == 'true' }} matched_command: '' @@ -1051,7 +1051,7 @@ jobs: - agent - detection if: (!cancelled()) && needs.agent.result != 'skipped' && needs.detection.result == 'success' - runs-on: ubuntu-slim + runs-on: ubuntu-latest permissions: contents: read discussions: write