From 4b4e527c3e922b2baaf772ebe6468b022ac0f5d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9B=9B=E6=9C=88?= Date: Mon, 16 Mar 2026 03:24:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E7=BA=BD=E7=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/{build-exe-Miu.yml => build-exe.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{build-exe-Miu.yml => build-exe.yml} (99%) diff --git a/.github/workflows/build-exe-Miu.yml b/.github/workflows/build-exe.yml similarity index 99% rename from .github/workflows/build-exe-Miu.yml rename to .github/workflows/build-exe.yml index 8532a49..020898f 100644 --- a/.github/workflows/build-exe-Miu.yml +++ b/.github/workflows/build-exe.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: Ubuntu_docker_act + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4