Skip to content

Major refactor of native target detection and resolving under-the-hood #84

Major refactor of native target detection and resolving under-the-hood

Major refactor of native target detection and resolving under-the-hood #84

Workflow file for this run

name: MacOS x64
on: [push]
jobs:
build:
runs-on: macos-11
steps:
- uses: actions/checkout@v3
- name: Set up Azul JDK 8
uses: actions/setup-java@v3
with:
java-version: 8
distribution: 'zulu'
cache: 'maven'
- name: Build with Maven
run: mvn test