Skip to content

play with agents

play with agents #111

Workflow file for this run

name: Build
on:
push:
branches:
- '*'
jobs:
build:
runs-on: ${{ inputs.agent }}
strategy:
matrix:
agent: [ "macos-12", "macos-14" ]
steps:
- run: arch
# - uses: actions/checkout@v3
# - uses: graalvm/setup-graalvm@v1
# with:
# java-version: '17'
# distribution: 'graalvm'
# - run: ./gradlew build
# - run: ./gradlew nativeCompile
# - uses: actions/upload-artifact@v4
# with:
# name: xcresults
# path: ./build/native/nativeCompile/xcresults