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 and akolarkunnu committed Sep 10, 2024
1 parent 594b8d8 commit e5ab9e4
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 e5ab9e4

Please sign in to comment.