Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 2ee1771

Browse files
committed
Add runners. windows-latest and macos-latest.
Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>
1 parent 2ddc354 commit 2ee1771

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,15 @@ on:
1212

1313
jobs:
1414
build:
15-
runs-on: ubuntu-latest
1615
strategy:
1716
matrix:
1817
jdk-version: [11]
1918
mongodb-version: [3.6]
19+
runner-os:
20+
- ubuntu-latest
21+
- windows-latest
22+
- macos-latest
23+
runs-on: ${{ matrix.runner-os }}
2024

2125
steps:
2226
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)