Skip to content

Commit

Permalink
ci: test on Java 8
Browse files Browse the repository at this point in the history
avoids "Illegal reflective access" warning when running parquet-tools
  • Loading branch information
dvirtz committed Aug 22, 2024
1 parent 4d4c520 commit 4d5f422
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- macos-14
env:
CONAN_HOME: "${{ github.workspace }}/conan-cache"
JAVA_HOME: "${{ github.env.JAVA_HOME_8_X64 }}"
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit 4d5f422

Please sign in to comment.