Skip to content

Commit 62851b0

Browse files
committed
Add macos to the matrix build.
1 parent 1165ffe commit 62851b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
matrix:
2929
# Test against the LTS Java versions. TODO: add JDK18 when it becomes available.
3030
java: [ 8.0.x, 11.0.x, 17.0.x ]
31-
os: [ windows-latest, ubuntu-latest ]
31+
os: [ macos-latest, windows-latest, ubuntu-latest ]
3232
runs-on: ${{ matrix.os }}
3333
steps:
3434
- uses: actions/checkout@v2.4.0

0 commit comments

Comments
 (0)