Skip to content

Commit

Permalink
Run mdoc stuff on Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Nov 9, 2023
1 parent 8a62856 commit 8e46760
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
- uses: coursier/cache-action@v6.4
- uses: coursier/setup-action@v1.3
with:
jvm: 8
jvm: 17
apps: cs
- run: ./mill docs.generate
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- uses: coursier/cache-action@v6.4
- uses: coursier/setup-action@v1.3
with:
jvm: 8
jvm: 17
apps: cs
- run: |
./mill docs.generate --npm-install --yarn-run-build
Expand Down

0 comments on commit 8e46760

Please sign in to comment.