Skip to content

Commit d29821f

Browse files
committed
CI: don't depend on sucessful MacOSX tests
This is hopefully a temporary workaround
1 parent 543d70b commit d29821f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
java-version: [8, 11]
1616

1717
runs-on: ${{ matrix.os }}
18+
continue-on-error: ${{ matrix.os == macos-latest }}
1819

1920
steps:
2021
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)