From 5001453640785d0c122cf0538e29b761b89069ba Mon Sep 17 00:00:00 2001 From: wenytang-ms Date: Thu, 9 Apr 2026 16:15:53 +0800 Subject: [PATCH] ci: fix ci --- .azure-pipelines/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/ci.yml b/.azure-pipelines/ci.yml index 7602a73e..aba9622d 100644 --- a/.azure-pipelines/ci.yml +++ b/.azure-pipelines/ci.yml @@ -44,9 +44,9 @@ extends: - checkout: self fetchTags: true - task: JavaToolInstaller@0 - displayName: Use Java 17 + displayName: Use Java 21 inputs: - versionSpec: "17" + versionSpec: "21" jdkArchitectureOption: x64 jdkSourceOption: PreInstalled - task: Npm@1