Skip to content

Commit

Permalink
CI: change Java distribution to GraalVM
Browse files Browse the repository at this point in the history
This should allow us to build a native AWS Lambda
function for shorturl-s3, which should cold start
much faster.
  • Loading branch information
agarciadom committed Dec 5, 2024
1 parent c324198 commit 9b7e281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
distribution: 'graalvm'
- name: Set up Node
uses: actions/setup-node@v4.0.2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
distribution: 'graalvm'
- name: Set up Node
uses: actions/setup-node@v4.0.0
with:
Expand Down

0 comments on commit 9b7e281

Please sign in to comment.