Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v22 (#228)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Jan 14, 2024
1 parent 5e712a9 commit 8bda494
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
auto-approve:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: hmarr/[email protected]
if: github.actor == 'scala-steward' || github.actor == 'renovate[bot]'
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
lint:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 30
steps:
- name: Checkout current branch
Expand All @@ -33,7 +33,7 @@ jobs:
run: ./sbt check

compile:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 30
strategy:
fail-fast: false
Expand All @@ -57,7 +57,7 @@ jobs:
run: ./sbt ++${{ matrix.scala }}! compileSources

test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 30
strategy:
fail-fast: false
Expand All @@ -81,7 +81,7 @@ jobs:
run: ./sbt ++${{ matrix.scala }}! testAll

publishLocal:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 30
steps:
- name: Checkout current branch
Expand All @@ -98,7 +98,7 @@ jobs:
run: ./sbt +publishLocal

website:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 30
steps:
- name: Checkout current branch
Expand All @@ -115,14 +115,14 @@ jobs:
run: ./sbt docs/compileDocs

ci:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [lint, compile, test, publishLocal, website]
steps:
- name: Aggregate outcomes
run: echo "build succeeded"

publish:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 30
needs: [ci]
if: github.event_name != 'pull_request'
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 @@ -6,7 +6,7 @@ on:

jobs:
update_release_draft:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: release-drafter/release-drafter@v5
env:
Expand Down

0 comments on commit 8bda494

Please sign in to comment.