Skip to content

Commit 616fcd1

Browse files
committed
Build on matrix of latest Ubunutu and latest Windows.
Currently that is Ubuntu 18.04 and Windows Server 2019. https://help.github.com/en/actions/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners
1 parent 998e3de commit 616fcd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ on: push
55
jobs:
66
build:
77
name: Build and test
8-
runs-on: ubuntu-latest
8+
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11+
os: [ubuntu-latest, windows-latest]
1112
java-version: [8, 11]
1213

1314
steps:

0 commit comments

Comments
 (0)