Skip to content

Commit

Permalink
Run build on x86_64 and arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
gliwka committed Dec 2, 2023
1 parent c03b005 commit 9406d64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
arch: [x86_64]
os: [macos-13, macos-13-xlarge, ubuntu-22.04, buildjet-4vcpu-ubuntu-2204-arm]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v3
Expand Down

0 comments on commit 9406d64

Please sign in to comment.