Skip to content

Commit

Permalink
Update release action to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
2m committed Jan 1, 2025
1 parent e0d8071 commit 77be889
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: # yamllint disable-line rule:truthy
types: [published]
jobs:
publish:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -17,6 +17,7 @@ jobs:
distribution: temurin
java-version: 21
cache: sbt
- uses: sbt/setup-sbt@v1

- run: sbt ci-release
env:
Expand Down

0 comments on commit 77be889

Please sign in to comment.