Skip to content

Commit 2ee9f9f

Browse files
committed
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: duckdb#191
1 parent db5bac6 commit 2ee9f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ jobs:
275275
276276
jdbc-compliance:
277277
name: JDBC Compliance
278-
runs-on: ubuntu-20.04
278+
runs-on: ubuntu-latest
279279
if: ${{ inputs.skip_tests != 'true' }}
280280
needs: java-linux-amd64
281281
container: quay.io/pypa/manylinux_2_28_x86_64

0 commit comments

Comments
 (0)