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 d1e0f98 commit 05293c5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/baboon-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,31 +21,31 @@ jobs:
include:
- target: linux-aarch64
os: self-hosted
runs-on: [ "${{ matrix.os }}" ]
runs-on: [ "ARM64" ]
preconfigured: true
native-build-args: --verbose -J-Xmx10g
- target: linux-amd64
os: ubuntu-latest
runs-on: [ "${{ matrix.os }}" ]
runs-on: [ ]
native-build-args: --verbose -J-Xmx10g
java-version: '23'
- target: windows-amd64
os: windows-2022
runs-on: [ "${{ matrix.os }}" ]
runs-on: [ ]
native-build-args: --verbose -J-Xmx10g
java-version: '23'
- target: macos-amd64-13
os: macos-13 # this is amd64
runs-on: [ "${{ matrix.os }}" ]
runs-on: [ ]
native-build-args: --verbose -J-Xmx13g
java-version: '23'
- target: macos-aarch64-14
runs-on: [ "${{ matrix.os }}" ]
- target: macos-aarch64-14
runs-on: [ ]
os: macos-14 # yes, this is aarch64
native-build-args: --verbose -J-Xmx13g
java-version: '23'
name: ${{ matrix.target }}
runs-on: ${{ matrix.runs-on }}
runs-on: [ "${{ matrix.os }}" ${{ matrix.runs-on }} ]
steps:
- uses: actions/checkout@v4
- name: Set up GraalVM (Java ${{ matrix.java-version }})
Expand Down

0 comments on commit 05293c5

Please sign in to comment.