From 2ee9f9fd292f68e9124edaee0aa0ecc65d47bd4f Mon Sep 17 00:00:00 2001 From: Alex Kasko Date: Thu, 3 Apr 2025 22:39:11 +0100 Subject: [PATCH] Update Ubuntu image used for compiance runs This change attemts to use `ubuntu-latest` instead of `ubuntu-20.04` for JDBC compliance test suite run on GH actions. Fixes: #191 --- .github/workflows/Java.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Java.yml b/.github/workflows/Java.yml index 0ef02f902..5a09d3bc3 100644 --- a/.github/workflows/Java.yml +++ b/.github/workflows/Java.yml @@ -275,7 +275,7 @@ jobs: jdbc-compliance: name: JDBC Compliance - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest if: ${{ inputs.skip_tests != 'true' }} needs: java-linux-amd64 container: quay.io/pypa/manylinux_2_28_x86_64