Skip to content

Commit

Permalink
test: gha
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Oct 23, 2024
1 parent ba98a96 commit d1e0f98
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/baboon-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,31 @@ jobs:
include:
- target: linux-aarch64
os: self-hosted
runs-on: [ "${{ matrix.os }}" ]
preconfigured: true
native-build-args: --verbose -J-Xmx10g
- target: linux-amd64
os: ubuntu-latest
runs-on: [ "${{ matrix.os }}" ]
native-build-args: --verbose -J-Xmx10g
java-version: '23'
- target: windows-amd64
os: windows-2022
runs-on: [ "${{ matrix.os }}" ]
native-build-args: --verbose -J-Xmx10g
java-version: '23'
- target: macos-amd64-13
os: macos-13 # this is amd64
runs-on: [ "${{ matrix.os }}" ]
native-build-args: --verbose -J-Xmx13g
java-version: '23'
- target: macos-aarch64-14
runs-on: [ "${{ matrix.os }}" ]
os: macos-14 # yes, this is aarch64
native-build-args: --verbose -J-Xmx13g
java-version: '23'
name: ${{ matrix.target }}
runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v4
- name: Set up GraalVM (Java ${{ matrix.java-version }})
Expand Down

0 comments on commit d1e0f98

Please sign in to comment.