Skip to content

Commit 7c471a0

Browse files
authored
Add MacOS aarch64 to precommit since we rolled out the support for such distribution (opensearch-project#15082)
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
1 parent d4e7766 commit 7c471a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/precommit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
java: [ 11, 17, 21 ]
11-
os: [ubuntu-latest, windows-latest, macos-13]
11+
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Set up JDK ${{ matrix.java }}

0 commit comments

Comments
 (0)