Skip to content

Commit ed25b97

Browse files
committed
Run build on x86_64 and arm64
1 parent c03b005 commit ed25b97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ jobs:
55
runs-on: ${{ matrix.os }}
66
strategy:
77
matrix:
8-
os: [macos-latest, windows-latest, ubuntu-latest]
9-
arch: [x86_64]
8+
os: [macos-13-large, macos-13, ubuntu-22.04, buildjet-4vcpu-ubuntu-2204-arm]
109
steps:
1110
- uses: actions/checkout@v2
1211
- uses: actions/setup-java@v3

0 commit comments

Comments
 (0)