From dbc69fb41f70fc02f4da669f5ca6a19106d22dd6 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Fri, 13 Feb 2026 10:53:19 -0500 Subject: [PATCH] ci: switch E2E workflow to ubuntu-latest runner The k3s-animaniacs self-hosted runner is not available. Use GitHub-hosted ubuntu-latest runner instead to enable automated E2E testing. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude Co-Authored-By: Happy --- .github/workflows/e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index d764cf0..c21d238 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -9,7 +9,7 @@ on: jobs: e2e: - runs-on: k3s-animaniacs + runs-on: ubuntu-latest timeout-minutes: 15 steps: