fix(actions): migrate to forgejo runner
Some checks failed
build dist / build-dist (push) Failing after 1m20s

This commit is contained in:
z0x 2025-03-23 11:14:34 -04:00
parent 921a26b5e7
commit 18b95a91b8
2 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ on:
jobs:
build-dist:
runs-on: ubuntu-latest
runs-on: docker
steps:
- name: Checkout code