Merge pull request #7757 from adpi2/2.x-fix-flaky-ci

[2.x] Try fix flaky CI
This commit is contained in:
eugene yokota 2024-10-11 18:03:11 -04:00 committed by GitHub
commit 4210dbe61c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -49,11 +49,11 @@ jobs:
distribution: zulu
jobtype: 9
- os: ubuntu-latest
java: 8
java: 11
distribution: temurin
jobtype: 10
- os: windows-latest
java: 8
java: 11
distribution: temurin
jobtype: 10
runs-on: ${{ matrix.os }}