Skip to content

Commit

Permalink
Fix builds on MacOS with Java 8.
Browse files Browse the repository at this point in the history
Signed-off-by: Roland Grunberg <[email protected]>
  • Loading branch information
rgrunber committed May 28, 2024
1 parent bb6a995 commit 3a9ca6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
java-version: '8'
distribution: 'temurin'
architecture: ${{ matrix.os == 'macos-latest' && 'x64' || '' }}
cache: 'maven'
- name: Run Tests
run: ./mvnw -B '-Dlemminx.cacheInRepoDir' clean verify
run: ./mvnw -B '-Dlemminx.cacheInRepoDir' clean verify

0 comments on commit 3a9ca6b

Please sign in to comment.