Skip to content

Commit c1f5312

Browse files
committed
Fix test setup in workflow
1 parent e37921a commit c1f5312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
command: |
4848
mvn -B test
4949
- name: Run tests on Windows and macOS
50-
if: matrix.os != 'macos-latest'
50+
if: matrix.os != 'ubuntu-latest'
5151
uses: nick-invision/retry@v3.0.2
5252
with:
5353
timeout_minutes: 30

0 commit comments

Comments
 (0)