Skip to content

Commit

Permalink
Add single M1 + Java 21 Maven build
Browse files Browse the repository at this point in the history
  • Loading branch information
melissalinkert committed Feb 13, 2024
1 parent 5bada1f commit 15b2b41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
matrix:
java: [8, 11, 17]
os: [ubuntu-latest, windows-latest, macos-latest]
include:
- os: 'macos-14'
java: '21'
runs-on: ${{ matrix.os }}
env:
maven_commands: install # default is install
Expand Down

0 comments on commit 15b2b41

Please sign in to comment.