diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index cd8f767a7d8..1255a4c1abd 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -76,6 +76,11 @@ jobs: matrix: os: [ubuntu-22.04, windows-latest, macos-latest] java: [8, 11, 16] + exclude: + - os: macos-latest + java: 8 + - os: macos-latest + java: 16 runs-on: "${{ matrix.os }}" steps: - name: Check out repository to use the build.gradle.kts as a hash file