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 (#15082)

Signed-off-by: Andriy Redko <[email protected]>
(cherry picked from commit 7c471a0)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Aug 2, 2024
1 parent 0cd002d commit dc52deb
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 dc52deb

Please sign in to comment.