Skip to content

Commit 6b9739b

Browse files
Update dependency ubuntu to v22 (#29)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 84dd841 commit 6b9739b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/auto-approve.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
auto-approve:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-22.04
99
steps:
1010
- uses: hmarr/[email protected]
1111
if: github.actor == 'scala-steward' || github.actor == 'renovate[bot]'

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request:
44
jobs:
55
ciJvms:
6-
runs-on: ubuntu-20.04
6+
runs-on: ubuntu-22.04
77
strategy:
88
fail-fast: false
99
matrix:
@@ -23,7 +23,7 @@ jobs:
2323
run: ./sbt ci
2424

2525
ci:
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-22.04
2727
needs: [ ciJvms ]
2828
steps:
2929
- name: Aggregate of lint, and all tests

.github/workflows/release-drafter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
update_release_draft:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- uses: release-drafter/release-drafter@v5
1313
env:

0 commit comments

Comments
 (0)