diff --git a/.github/workflows/pr-verify.yml b/.github/workflows/pr-verify.yml index d65205e02..db4fa223a 100644 --- a/.github/workflows/pr-verify.yml +++ b/.github/workflows/pr-verify.yml @@ -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 \ No newline at end of file + run: ./mvnw -B '-Dlemminx.cacheInRepoDir' clean verify