Skip to content

Commit

Permalink
validate release support mulit os
Browse files Browse the repository at this point in the history
  • Loading branch information
z7658329 committed Feb 12, 2023
1 parent e7c15e6 commit e82fc53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,4 +270,5 @@ jobs:
fail-fast: false
matrix:
java_version: [ '8','11' ]
os: [ubuntu-latest, macos-latest] # TODO: support windows-latest or other os in future
# TODO: support windows-latest or other os in future
os: [ubuntu-latest, macos-latest]

0 comments on commit e82fc53

Please sign in to comment.