Skip to content

Commit

Permalink
Fix Java8 build on macOS ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
charphi committed May 2, 2024
1 parent f3f0918 commit 380bf53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/java8-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
matrix:
java: [ 8, 21 ]
os: [ ubuntu-latest, macOS-latest, windows-latest ]
exclude:
- os: macos-latest
java: 8

name: JDK${{ matrix.java }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 380bf53

Please sign in to comment.