Skip to content

Commit

Permalink
Update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent 1264ea7 commit 906de4d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
jobs:
lint:
name: Lint
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 5
steps:
- name: Checkout
Expand All @@ -34,7 +34,7 @@ jobs:

lib-check:
name: Check libraries
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 5
steps:
- name: Checkout
Expand All @@ -55,7 +55,7 @@ jobs:

unit-test:
name: Unit test charm
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 5
steps:
- name: Checkout
Expand All @@ -68,7 +68,7 @@ jobs:
run: tox run -e unit

promtool:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand All @@ -87,7 +87,7 @@ jobs:
terraform-test:
name: Terraform - Lint and Simple Deployment
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 120
steps:
- name: Checkout repo
Expand Down

0 comments on commit 906de4d

Please sign in to comment.