Skip to content

Commit 03dd4a0

Browse files
committed
Run packaging job on windows
1 parent 720e1f2 commit 03dd4a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,11 +314,12 @@ jobs:
314314
timeout-minutes: 30
315315
strategy:
316316
matrix:
317-
os: [ ubuntu-20.04, macos-14 ]
317+
os: [ ubuntu-20.04, macos-14, windows-2022 ]
318318
packaging: [ jar, jlink ]
319319
include:
320320
- { os: ubuntu-20.04, platform: linux }
321321
- { os: macos-14, platform: macos }
322+
- { os: windows-2022, platform: windows }
322323
runs-on: ${{ matrix.os }}
323324
name: tests/packaging-${{ matrix.packaging }}-${{ matrix.platform }}
324325
steps:

0 commit comments

Comments
 (0)