Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Aug 13, 2024
1 parent 3711d90 commit 21be4be
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 21be4be

Please sign in to comment.