Skip to content

Commit

Permalink
Merge pull request #902 from kazuki43zoo/support-windows-ci-for-sampl…
Browse files Browse the repository at this point in the history
…es-on-2.3.x

Support samples CI with Windows on 2.3.x
  • Loading branch information
kazuki43zoo authored Oct 28, 2023
2 parents 20b0aef + e435871 commit a05de01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/support.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
os: [ubuntu-latest, macOS-latest, windows-latest]
java: [11, 17, 21]
distribution: ['zulu']
fail-fast: false
Expand Down

0 comments on commit a05de01

Please sign in to comment.