Skip to content

Commit 6b3089e

Browse files
committed
Use Java 21 on Windows GHA runners
1 parent a345824 commit 6b3089e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pytest.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,13 @@ jobs:
156156
# Work around ts-graphviz/setup-graphviz#630
157157
if: matrix.os != 'macos-13'
158158

159+
- name: Set Java version on Windows
160+
if: startsWith(matrix.os, 'windows-')
161+
uses: actions/setup-java@v4
162+
with:
163+
distribution: temurin
164+
java-version: '21'
165+
159166
- name: Install packaging
160167
run: uv pip install packaging
161168

0 commit comments

Comments
 (0)