From 01e14fa7c2df72416032ba17ea50e32590deeb0d Mon Sep 17 00:00:00 2001 From: shifujun Date: Mon, 22 Apr 2024 13:59:27 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20PR=E6=A3=80=E6=9F=A5=E6=97=B6=E7=9A=84?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=8C=96=E6=B5=8B=E8=AF=95=E7=9A=84=E6=9C=80?= =?UTF-8?q?=E6=96=B0API=E8=B0=83=E6=95=B4=E4=B8=BA34?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 本地测试通过。 --- .github/workflows/pr-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index e3416e84f..26f6b2cea 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -14,7 +14,7 @@ jobs: arch: x86 - api-level: 28 #28是项目长期使用的测试API arch: x86_64 - - api-level: 31 #31是目前最新的稳定API + - api-level: 34 #目前最新的稳定API arch: x86_64 env: DISABLE_TENCENT_MAVEN_MIRROR: true