Updating gitea runner
Some checks failed
Compile my Keebs / lint-and-compile (push) Failing after 21s

This commit is contained in:
2025-07-14 11:45:46 -05:00
parent 3c73c7283f
commit 7497afa5f3
3 changed files with 11 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ name: Compile my Keebs
on: [push]
jobs:
lint-and-compile:
runs-on: ubuntu-latest
runs-on: local
steps:
- name: Check out repository code
uses: actions/checkout@v4