diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cc00696c3d..9b3430b69c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: distribution: adopt jobtype: 7 - os: macos-latest - java: 8 + java: 17 distribution: adopt jobtype: 8 - os: windows-latest @@ -86,10 +86,10 @@ jobs: with: distribution: "${{ matrix.distribution }}" java-version: "${{ matrix.java }}" - - name: Set up Python 3.7 + - name: Set up Python 3.12 uses: actions/setup-python@v5 with: - python-version: 3.7 + python-version: 3.12 - name: Coursier cache uses: coursier/cache-action@v6 - name: Cache sbt