diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f198350a1..44f8f4bc3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 20 strategy: matrix: - os: [ ubuntu-20.04, windows-latest, macos-latest ] + os: [ ubuntu-22.04, windows-latest, macos-latest ] java: [ 8, 11, 17, 21 ] fail-fast: false max-parallel: 16