ci: update to node full runner
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 30s

This commit is contained in:
Viktor Varland 2023-11-21 13:28:30 +01:00
parent 302f2b3f6e
commit c143bc063d
Signed by: varl
GPG key ID: 7459F0B410115EE8

View file

@ -4,7 +4,7 @@ on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: debian
runs-on: node
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!"