Update .gitea/workflows/build.yml
All checks were successful
Backend Build and Test / build (push) Successful in 19m38s

This commit is contained in:
2026-02-14 15:41:51 +01:00
parent c9a96f937a
commit 130b75831a

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