Skip to content

Commit

Permalink
ci config vm
Browse files Browse the repository at this point in the history
  • Loading branch information
ofilangi committed Feb 21, 2024
1 parent fc0f3e8 commit 86a303c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 18
java-version: 21
cache: sbt
- name: Run tests
run: sbt clean coverage test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on:
tags: ["*"]
jobs:
publish:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
java-version: 21
cache: sbt
- run: sbt ci-release
env:
Expand Down

0 comments on commit 86a303c

Please sign in to comment.