From a68a1851ec581d1817fc056e37e3f142b6dd3b0d Mon Sep 17 00:00:00 2001
From: mrbbbaixue <mrbbbaixue@outlook.com>
Date: Tue, 29 Apr 2025 11:16:38 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .gitea/workflows/example.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitea/workflows/example.yml b/.gitea/workflows/example.yml
index 0ed4984..ada7768 100644
--- a/.gitea/workflows/example.yml
+++ b/.gitea/workflows/example.yml
@@ -4,11 +4,11 @@ on:
   push:
     branches:
       # 在master分支上,有push时运行
-      - master
+      - windows
 
 jobs:
   example:
-    runs-on: ubuntu-latest
+    runs-on: windows-latest
     
     steps:
       - name: 检出代码