From 2c7b330ae2a72420b10cedc7a351a115a56e9112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E9=93=81?= Date: Thu, 17 Apr 2025 21:38:54 +0800 Subject: [PATCH] fix ubuntu build fail --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f198350a1..44f8f4bc3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 20 strategy: matrix: - os: [ ubuntu-20.04, windows-latest, macos-latest ] + os: [ ubuntu-22.04, windows-latest, macos-latest ] java: [ 8, 11, 17, 21 ] fail-fast: false max-parallel: 16