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 <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
This commit is contained in:
2026-02-13 10:53:19 -05:00
parent 24033ca977
commit dbc69fb41f
+1 -1
View File
@@ -9,7 +9,7 @@ on:
jobs: jobs:
e2e: e2e:
runs-on: k3s-animaniacs runs-on: ubuntu-latest
timeout-minutes: 15 timeout-minutes: 15
steps: steps: