Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
It seems like the latest macOS image no longer supports JDK 8.
  • Loading branch information
eed3si9n committed May 5, 2024
1 parent 0c6d7b8 commit cbb8936
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
distribution: adopt
jobtype: 7
- os: macos-latest
java: 8
java: 17
distribution: adopt
jobtype: 8
- os: windows-latest
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cbb8936

Please sign in to comment.