Set runs-on

This commit is contained in:
Paul Brinkmeier 2025-04-23 12:12:19 +02:00
parent 9c51fb65f1
commit 0b1a6699bb

View File

@ -2,6 +2,7 @@ name: Gitea Actions Demo
on: [push]
jobs:
build-container:
runs-on: node-22-bookworm
steps:
- run: echo echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- name: Checkout repo