Update .gitea/workflows/ci-demo.yml
All checks were successful
CI Demo / build (push) Successful in 46s

This commit is contained in:
2025-08-07 17:59:10 +00:00
parent 5b75e26d65
commit 761839e0fd

View File

@@ -3,8 +3,8 @@ on: [push]
jobs:
build:
# use your self-hosted runner
runs-on: [self-hosted]
# use your ubuntu-22.04 runner
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4