Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent 05f0193 commit c168d43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
lint_and_test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -34,7 +34,7 @@ jobs:
run: sbt "scalafmtCheckAll; compile; scalafixAll --check; test"

publish:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

# we wish to publish on tags (non-SNAPSHOT versions)
# and on master branch (SNAPSHOT versions) as long as lint_and_test passed
Expand Down

0 comments on commit c168d43

Please sign in to comment.