Skip to content

Commit

Permalink
Added macOS back
Browse files Browse the repository at this point in the history
Signed-off-by: Owais Kazi <[email protected]>
  • Loading branch information
owaiskazi19 committed Oct 12, 2023
1 parent d59127d commit 0c594dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macOS-latest
- windows-latest
java:
- 17
Expand All @@ -21,10 +22,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up JDK 17
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
with:
java-version: 17
java-version: ${{ matrix.java }}
distribution: temurin

- name: Test
Expand Down

0 comments on commit 0c594dc

Please sign in to comment.