Skip to content

Commit

Permalink
ci: use java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed Jun 18, 2024
1 parent 17526e1 commit 31328e0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os:
os:
- ubuntu
# - windows
- macos
Expand Down Expand Up @@ -46,6 +46,11 @@ jobs:
outputs:
matrix: ${{ steps.deliveries.outputs.matrix }}
steps:
- name: Setup Java
uses: actions/[email protected]
with:
distribution: temurin
java-version: 17
- name: Compute ref
id: ref
run: |
Expand Down

0 comments on commit 31328e0

Please sign in to comment.