diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0f55307..745de745 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: java: 21 jobtype: 2 - os: macos-latest - java: 8 + java: 11 jobtype: 2 - os: windows-latest java: 8 @@ -42,6 +42,8 @@ jobs: distribution: temurin java-version: "${{ matrix.java }}" cache: sbt + - if: ${{ matrix.os == 'macos-latest' }} + run: brew install sbt - name: Build and test (1) if: ${{ matrix.jobtype == 1 }} shell: bash