Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 8, 2023
1 parent e28df37 commit 2b1b78e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
lib-check:
name: Check libraries
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -24,7 +24,7 @@ jobs:

lint:
name: Lint Check
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Check out code
Expand All @@ -38,7 +38,7 @@ jobs:

unit:
name: Unit Test
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Check out code
Expand All @@ -52,7 +52,7 @@ jobs:

integration:
name: Integration tests (microk8s)
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Maximise GH runner space
uses: easimon/maximize-build-space@v8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
promote-charm:
name: Promote charm
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Release charm to channel
Expand Down

0 comments on commit 2b1b78e

Please sign in to comment.