From 88150aa5b1f864ba909b960c5d0aa843e7bfcc03 Mon Sep 17 00:00:00 2001 From: friendseeker <66892505+Friendseeker@users.noreply.github.com> Date: Thu, 3 Oct 2024 23:18:53 -0700 Subject: [PATCH] Workaround for flaky scripted test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a36e73a74..8db1bd8c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: matrix: include: - os: ubuntu-latest - java: 8 + java: 17 jobtype: 1 - os: ubuntu-latest java: 11