From b10f7db8702f1a5fcb84dbc2cbfaf85ab8644a95 Mon Sep 17 00:00:00 2001 From: xuwei-k <6b656e6a69@gmail.com> Date: Mon, 6 May 2024 10:57:47 +0900 Subject: [PATCH] fix macos CI --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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