Skip to content

Commit b887c89

Browse files
committed
Run workflow on Windows, macOS and Linux
1 parent c90b165 commit b887c89

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/validate.yml

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

33
jobs:
44
build:
5-
runs-on: ubuntu-latest
5+
runs-on: ${{ matrix.os }}
6+
strategy:
7+
fail-fast: false
8+
matrix:
9+
os: [ubuntu-latest, windows-latest, macos-latest]
610
steps:
711
- uses: actions/checkout@v3
812
- name: Set up JDK 11 ☕

0 commit comments

Comments
 (0)