Skip to content

Commit 6c5a019

Browse files
committed
Stick to Ubuntu 22.04 as a workaround of https://bugs.openjdk.org/browse/JDK-8348566 and https://bugs.openjdk.org/browse/JDK-8349988 (still unresolved).
1 parent c2f5463 commit 6c5a019

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/flink_cdc_base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ on:
4444

4545
jobs:
4646
test:
47-
runs-on: ubuntu-latest
47+
runs-on: ubuntu-22.04
4848
timeout-minutes: 120
4949
strategy:
5050
max-parallel: 20

0 commit comments

Comments
 (0)