From 21be4bef9e9bfbae18d14f114c18e497c61cd8ae Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Tue, 13 Aug 2024 02:14:37 -0400 Subject: [PATCH] Update GitHub Actions --- .github/workflows/ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a50fded77..8ef7f35c87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,19 +34,19 @@ jobs: jobtype: 5 - os: ubuntu-latest java: 8 - distribution: adopt + distribution: zulu jobtype: 6 - os: ubuntu-latest java: 8 - distribution: adopt + distribution: zulu jobtype: 7 - - os: macos-12 + - os: macos-latest java: 17 distribution: temurin jobtype: 8 - os: windows-2019 java: 8 - distribution: adopt + distribution: zulu jobtype: 9 runs-on: ${{ matrix.os }} env: @@ -84,6 +84,8 @@ jobs: with: distribution: "${{ matrix.distribution }}" java-version: "${{ matrix.java }}" + - name: Setup sbt + uses: sbt/setup-sbt@v1 - name: Set up Python 3.12 uses: actions/setup-python@v5 with: