From de23adb2b20eb9a8424dc989e74b137a130bd59f Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sun, 20 Oct 2024 00:50:43 -0400 Subject: [PATCH] ci: ubuntu-22.04 to workaround sbtn --- .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 c6840c03f..5cb47dc8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: include: - - os: ubuntu-20.04 + - os: ubuntu-22.04 java: 21 distribution: temurin jobtype: 1