Skip to content

Commit

Permalink
Update dependency ubuntu to v22 (#1173)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 9, 2023
1 parent a96ca8f commit c29ed7a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

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

compile:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 60
strategy:
fail-fast: false
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
run: free --si -tmws 10 & ./sbt +root${{ matrix.platform }}/Test/compile

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

test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 60
strategy:
fail-fast: false
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
run: free --si -tmws 10 & ./sbt ++${{ matrix.scala }} root3/test

testJvms:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 60
strategy:
fail-fast: false
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
run: ./sbt root${{ matrix.platform }}/test

testPlatforms:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 60
strategy:
fail-fast: false
Expand Down Expand Up @@ -188,14 +188,14 @@ jobs:
run: ./sbt root${{ matrix.platform }}/test

ci:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [lint, compile, publishLocal, test, testJvms, testPlatforms]
steps:
- name: Aggregate of lint, and all tests
run: echo "ci passed"

publish:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 60
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 c29ed7a

Please sign in to comment.