chore(ci): change runner to ubuntu-gitea
Some checks failed
CI / Test (push) Failing after 54s
CI / Lint (push) Failing after 5s
CI / Build (push) Failing after 4s

Update the CI workflow to use the ubuntu-gitea runner instead of ubuntu-latest.
This commit is contained in:
Greg Gauthier 2026-03-01 13:40:22 +00:00
parent 4f6e0df698
commit e7eb17c564

View File

@ -9,7 +9,7 @@ on:
jobs:
test:
name: Test
runs-on: ubuntu-latest
runs-on: ubuntu-gitea
steps:
- name: Checkout code
uses: actions/checkout@v4