From defd00ce89195f848ea0b66d44bdbef571c40f20 Mon Sep 17 00:00:00 2001 From: bichangxiong <3057647414@qq.com> Date: Mon, 23 Jun 2025 22:45:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/dev.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/dev.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/dev.yml b/.gitea/workflows/dev.yml index 938eab5..3d23fe4 100644 --- a/.gitea/workflows/dev.yml +++ b/.gitea/workflows/dev.yml @@ -4,18 +4,18 @@ on: [push] jobs: Explore-Gitea-Actions: - runs-on: windows + runs-on: ubuntu-22.04 steps: - name: Checkout code uses: http://47.109.37.87:3000/bichangxiong/checkout@v4 # 使用 Gitea 镜像 # uses: actions/checkout@v3 - - name: Set up JDK 19 - uses: actions/setup-java@v3 - with: - java-version: '19' - distribution: 'temurin' - cache: maven + # - name: Set up JDK 19 + # uses: actions/setup-java@v3 + # with: + # java-version: '19' + # distribution: 'temurin' + # cache: maven # - name: Set up JDK 17