Set runs-on

This commit is contained in:
Paul Brinkmeier
2025-04-23 17:22:48 +02:00
parent 9c51fb65f1
commit 0b1a6699bb
+1
View File
@@ -2,6 +2,7 @@ name: Gitea Actions Demo
on: [push] on: [push]
jobs: jobs:
build-container: build-container:
runs-on: node-22-bookworm
steps: steps:
- run: echo echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - run: echo echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- name: Checkout repo - name: Checkout repo