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 <andriy.redko@aiven.io>
  • Loading branch information
reta authored Aug 2, 2024
1 parent d4e7766 commit 7c471a0
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 7c471a0

Please sign in to comment.