diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36907553..9c4c99af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: os: [macos-latest, ubuntu-latest, windows-latest] - jdk: [8, 11, 17, 19] + jdk: [8, 11, 17] include: - os: macos-latest name: macOS