Skip to content

Commit 193419d

Browse files
committed
tweak
1 parent 17fdc31 commit 193419d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,19 @@ jobs:
7474
${{ matrix.image }}
7575
7676
macos:
77-
name: AMD64 macOS ${{ matrix.macos }} Java JDK ${{ matrix.jdk }}
77+
name: ${{ matrix.arch }} macOS ${{ matrix.macos }} Java JDK ${{ matrix.jdk }}
7878
runs-on: macos-${{ matrix.macos }}
7979
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
8080
timeout-minutes: 30
8181
strategy:
8282
fail-fast: false
8383
matrix:
84-
jdk: [11]
85-
macos: [13, latest]
84+
- arch: AMD64
85+
jdk: 11
86+
macos: 13
87+
- arch: AArch64
88+
jdk: 11
89+
macos: latest
8690
steps:
8791
- name: Set up Java
8892
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)