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 (#138) (#141)

Signed-off-by: Andriy Redko <[email protected]>
(cherry picked from commit c802527)
  • Loading branch information
reta authored May 2, 2024
1 parent 5f1e392 commit c4b1dce
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 ]
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 c4b1dce

Please sign in to comment.