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 05293c5 commit beabe14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/baboon-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
native-build-args: --verbose -J-Xmx13g
java-version: '23'
name: ${{ matrix.target }}
runs-on: [ "${{ matrix.os }}" ${{ 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 beabe14

Please sign in to comment.