Skip to content

Commit

Permalink
fix: setup java 11 before building
Browse files Browse the repository at this point in the history
  • Loading branch information
ancavar committed May 1, 2023
1 parent da4cfdf commit 61b23dd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@ jobs:

strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
os: [ ubuntu-latest, windows-latest, macos-latest ]
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11

- name: Setup Gradle
uses: gradle/gradle-build-action@v2

Expand Down

0 comments on commit 61b23dd

Please sign in to comment.