Skip to content

Commit

Permalink
Add MacOS aarch64 to precommit since we rolled out the support for su…
Browse files Browse the repository at this point in the history
…ch distribution (opensearch-project#15082)

Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta authored and harshavamsi committed Aug 20, 2024
1 parent 64f342b commit e03651d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
java: [ 11, 17, 21 ]
os: [ubuntu-latest, windows-latest, macos-13]
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
Expand Down

0 comments on commit e03651d

Please sign in to comment.