From acf80a223a4f6102298c3eacadb8c1792a32c3eb Mon Sep 17 00:00:00 2001 From: Tomi Eckert Date: Wed, 10 Dec 2025 10:37:47 +0000 Subject: [PATCH] Update .gitea/workflows/demo.yaml --- .gitea/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 95665c7..edaadf5 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -4,7 +4,7 @@ on: [push] jobs: Explore-Gitea-Actions: - runs-on: ubuntu-latest + runs-on: windows-latest steps: - name: Check out repository code uses: actions/checkout@v5