From d507923329c48b0add21dafc9f85fd7fe41f8a5a Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Sat, 29 Oct 2022 00:28:01 +0200 Subject: [PATCH] Latest GraalVM --- .github/workflows/common.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index b8ce35c9..7b1a5673 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -183,7 +183,7 @@ jobs: if: ${{ needs.parameters.outputs.jdk_build != '8' }} uses: graalvm/setup-graalvm@v1 with: - version: '22.3' +# version: '22.3' java-version: ${{ needs.parameters.outputs.jdk_build }} # components: 'native-image' # add when starting native builds. github-token: ${{ secrets.GITHUB_TOKEN }} @@ -248,9 +248,9 @@ jobs: if: ${{ needs.parameters.outputs.jdk_build != '8' }} uses: graalvm/setup-graalvm@v1 with: - version: '22.3' +# version: '22.3' java-version: ${{ needs.parameters.outputs.jdk_build }} - # components: 'native-image' # add when starting native builds. +# components: 'native-image' # add when starting native builds. github-token: ${{ secrets.GITHUB_TOKEN }} - name: 'Configure: Install xsltproc' run: sudo apt-get install -q -y xsltproc @@ -310,9 +310,9 @@ jobs: if: ${{ needs.parameters.outputs.jdk_build != '8' }} uses: graalvm/setup-graalvm@v1 with: - version: '22.3' +# version: '22.3' java-version: ${{ needs.parameters.outputs.jdk_build }} - # components: 'native-image' # add when starting native builds. +# components: 'native-image' # add when starting native builds. github-token: ${{ secrets.GITHUB_TOKEN }} - name: 'Configure: Install xsltproc' run: sudo apt-get install -q -y xsltproc @@ -373,9 +373,9 @@ jobs: if: ${{ needs.parameters.outputs.jdk_build != '8' }} uses: graalvm/setup-graalvm@v1 with: - version: '22.3' +# version: '22.3' java-version: ${{ needs.parameters.outputs.jdk_build }} - # components: 'native-image' # add when starting native builds. +# components: 'native-image' # add when starting native builds. github-token: ${{ secrets.GITHUB_TOKEN }} - name: 'Configure: Install xsltproc' run: sudo apt-get install -q -y xsltproc