Skip to content

Commit a05de01

Browse files
authored
Merge pull request #902 from kazuki43zoo/support-windows-ci-for-samples-on-2.3.x
Support samples CI with Windows on 2.3.x
2 parents 20b0aef + e435871 commit a05de01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/support.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ${{ matrix.os }}
2424
strategy:
2525
matrix:
26-
os: [ubuntu-latest, macOS-latest]
26+
os: [ubuntu-latest, macOS-latest, windows-latest]
2727
java: [11, 17, 21]
2828
distribution: ['zulu']
2929
fail-fast: false

0 commit comments

Comments
 (0)