Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 7, 2025
1 parent 2bfc742 commit 2037fdf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/delete-aws-volumes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:

jobs:
delete-volumes:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout repository
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
- cron: "23 0 * * 4"
jobs:
preprocess-input:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
processed_bundle_versions: ${{ steps.process_bundle_versions.outputs.bundle_versions }}
steps:
Expand All @@ -34,7 +34,7 @@ jobs:

deploy-ckf-to-eks:
needs: preprocess-input
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
bundle_version: ${{ fromJSON(needs.preprocess-input.outputs.processed_bundle_versions) }}
Expand Down
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-24.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-24.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-24.04

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

integration:
name: Integration tests (microk8s)
runs-on: ubuntu-20.04
runs-on: ubuntu-24.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-24.04
steps:
- uses: actions/checkout@v2
- name: Release charm to channel
Expand Down

0 comments on commit 2037fdf

Please sign in to comment.