Update .gitea/workflows/build.yml (#144)
Some checks failed
Backend Deploy / build (push) Has been cancelled
Backend Build and Test / build (push) Has been cancelled

Reviewed-on: #144
This commit was merged in pull request #144.
This commit is contained in:
2026-02-14 16:03:24 +01:00
parent c9a96f937a
commit 07536fbcb0

View File

@@ -3,7 +3,7 @@ on: [push]
jobs:
build:
runs-on: standard-latest
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4