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