Skip to content

Commit d734d92

Browse files
committed
Run workflow on Windows and Linux
1 parent c90b165 commit d734d92

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/validate.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ on: [ pull_request, push]
22

33
jobs:
44
build:
5-
runs-on: ubuntu-latest
5+
runs-on: ${{ matrix.os }}
6+
strategy:
7+
matrix:
8+
os: [ubuntu-latest, windows-latest]
69
steps:
710
- uses: actions/checkout@v3
811
- name: Set up JDK 11 ☕

0 commit comments

Comments
 (0)