Skip to content

Commit d581404

Browse files
author
John Tompkins
committed
Build on multiple OS
1 parent 87ea1f1 commit d581404

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-ci.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
matrix:
1717
python: [3.6, 3.7, 3.8]
1818
java: [8, 11]
19-
runs-on: ubuntu-latest
19+
os: [ ubuntu-latest, macos-latest, windows-latest]
20+
runs-on: ${{ matrix.os }}
2021
steps:
2122
- uses: actions/checkout@v2
2223
- name: Set up Python ${{ matrix.python }}

0 commit comments

Comments
 (0)