Skip to content

Commit

Permalink
Alphabetize property names
Browse files Browse the repository at this point in the history
  • Loading branch information
melissalinkert committed Feb 19, 2024
1 parent a658676 commit a07fcde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
java: [8, 11, 17]
os: [ubuntu-latest, windows-latest, macos-latest]
include:
- os: 'macos-14'
java: '21'
- java: '21'
os: 'macos-14'
runs-on: ${{ matrix.os }}
env:
maven_commands: install # default is install
Expand Down

0 comments on commit a07fcde

Please sign in to comment.