Change runner environment from ubuntu-latest to windows:host in Gitea Actions workflow

This commit is contained in:
Giuliano Paschoalino 2026-03-20 14:07:30 -03:00
parent 41b4cad38a
commit 58bec022d1

View File

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