Skip to content

Commit

Permalink
Bump graal in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Mar 2, 2023
1 parent 9e004ed commit 52a7c20
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'adopt-hotspot'
java-version: '11'
java-version: '19'

- name: Install clojure tools
uses: DeLaGuardo/[email protected]
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
runs-on: ${{ matrix.os }}
env:
LEIN_ROOT: "true"
GRAALVM_VERSION: "22.3.0"
GRAALVM_VERSION: "22.3.1"
BABASHKA_PLATFORM: ${{ matrix.name }} # used in release script
BABASHKA_TEST_ENV: native
BABASHKA_XMX: "-J-Xmx6500m"
Expand All @@ -126,17 +126,17 @@ jobs:
if: "matrix.static == false"
uses: graalvm/setup-graalvm@v1
with:
version: '22.3.0'
java-version: '11'
version: '22.3.1'
java-version: '19'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup GraalVM+musl
if: "matrix.static == true"
uses: graalvm/setup-graalvm@v1
with:
version: '22.3.0'
java-version: '11'
version: '22.3.1'
java-version: '19'
components: 'native-image'
native-image-musl: true
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion deps.clj
2 changes: 1 addition & 1 deletion sci
Submodule sci updated from 1f8128 to 766a2f

0 comments on commit 52a7c20

Please sign in to comment.