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 cd64603 commit 598a35d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,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 All @@ -21,7 +20,7 @@ jobs:
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify
deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
SIGN_KEY: ${{ secrets.SIGN_KEY }}
SIGN_KEY_PASS: ${{ secrets.SIGN_KEY_PASS }}
Expand Down

0 comments on commit 598a35d

Please sign in to comment.