Skip to content

Commit c802527

Browse files
authored
Switch to macos-13 runner for assemble github actions due to macos-latest is now arm64 (#138)
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
1 parent 7477767 commit c802527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
matrix:
4141
java: [ 11, 17, 21 ]
42-
os: [windows-latest, macos-latest]
42+
os: [windows-latest, macos-13]
4343
runs-on: ${{ matrix.os }}
4444
steps:
4545
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)