Skip to content

Commit

Permalink
Switch to macos-13 runner for assemble github actions due to macos-l…
Browse files Browse the repository at this point in the history
…atest is now arm64 (opensearch-project#138)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
  • Loading branch information
reta committed May 2, 2024
1 parent 7477767 commit c802527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
java: [ 11, 17, 21 ]
os: [windows-latest, macos-latest]
os: [windows-latest, macos-13]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c802527

Please sign in to comment.