Skip to content

Commit

Permalink
Revert "chore(build): Use latest GraalVM in CI"
Browse files Browse the repository at this point in the history
This reverts commit aa94552.
It seems the macOS/aarch64 builds aren't available (yet).
  • Loading branch information
mthmulders committed May 3, 2023
1 parent aa94552 commit d2f5dd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Setup GraalVM
uses: graalvm/setup-graalvm@v1
with:
version: 22.3.2
version: 22.3.1
java-version: 17
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Setup GraalVM
uses: graalvm/setup-graalvm@v1
with:
version: 22.3.2
version: 22.3.1
java-version: 17
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d2f5dd0

Please sign in to comment.