Skip to content

Commit 8ec83e1

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: #191
1 parent e85b743 commit 8ec83e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Java.yml

+1-1
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)