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 28, 2025
1 parent 9fe31a0 commit 456fcad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch_automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
branch-track-creation:
name: Branch creation
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
env:
KUBEFLOW_BOT_TOKEN: ${{ secrets.KUBEFLOW_BOT_TOKEN }}
steps:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/on_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,31 @@ on:
jobs:
lint:
name: Lint Code
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- run: sudo apt update && sudo apt install tox
- run: tox -e lint

branch_creation_tests:
name: Branch Creation Script Tests
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- run: sudo apt update && sudo apt install tox
- run: tox -e test_branch_creation

batch_release_charms_tests:
name: Batch Release Charms Script Tests
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- run: sudo apt update && sudo apt install tox
- run: tox -e test_batch_release_charms

test-dump-charm-debug-artifacts:
name: Test dump-charm-debug-artifacts
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
# Set things up like a charm would. Get juju and microk8s
Expand Down

0 comments on commit 456fcad

Please sign in to comment.