fix: use ubuntu-latest runner with catthehacker image
Some checks failed
Build & Deploy to K3s / build-and-deploy (push) Failing after 1m0s

This commit is contained in:
ordinarthur 2026-04-11 11:46:00 +02:00
parent 5eb166ffca
commit 4e3e4bb708

View File

@ -10,7 +10,7 @@ env:
jobs:
build-and-deploy:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4