use correct ubuntu version
Some checks failed
Gitea Actions Demo / gateway-pipeline (push) Failing after 1m26s

This commit is contained in:
Nicu Hodos 2025-10-05 18:27:54 +02:00
parent 8133d8b722
commit 1bc50892e7

View File

@ -4,7 +4,7 @@ on: [push]
jobs:
gateway-pipeline:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"