Skip to content

Commit

Permalink
Switch again to latest after adding sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Feb 19, 2025
1 parent 0178950 commit c6bfa6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
scalafmt:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand All @@ -22,7 +22,7 @@ jobs:
- run: sbt scalafmtCheckAll

test:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand All @@ -48,7 +48,7 @@ jobs:
publish:
needs: test
if: github.event_name != 'pull_request'
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -73,7 +73,7 @@ jobs:
documentation:
needs: test
if: github.event_name != 'pull_request'
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
update_release_draft:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "main"
- uses: release-drafter/release-drafter@v6
Expand Down

0 comments on commit c6bfa6d

Please sign in to comment.