From b444d284c2e96ff71c1abbbdbf4644f7a42247b4 Mon Sep 17 00:00:00 2001 From: xiaoyekanren <876670773@qq.com> Date: Wed, 13 Jul 2022 01:20:01 +0800 Subject: [PATCH] =?UTF-8?q?rel/0.12=20=E5=A2=9E=E5=8A=A0windows=E6=89=93?= =?UTF-8?q?=E5=8C=85=20v2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/rel0.12.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rel0.12.yml b/.github/workflows/rel0.12.yml index 97c5ed7..a59174f 100644 --- a/.github/workflows/rel0.12.yml +++ b/.github/workflows/rel0.12.yml @@ -163,7 +163,7 @@ jobs: matrix: java_version: [ 8,11 ] os: [ windows-2022 ] - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} steps: # 设置java - name: Set java ${{ matrix.java }}