Skip to content

Run build on x86_64 and arm64 #360

Run build on x86_64 and arm64

Run build on x86_64 and arm64 #360

Workflow file for this run

name: Java CI
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-13, macos-13-xlarge, ubuntu-22.04, buildjet-4vcpu-ubuntu-2204-arm]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '21'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify