Skip to content

Commit

Permalink
Test infra on noble
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess committed Mar 3, 2025
1 parent 859044b commit f2394db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on:
jobs:
integration-test:
name: Integration test
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 360
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: "3.12"
- name: Setup operator environment
uses: charmed-kubernetes/actions-operator@main
with:
Expand Down

0 comments on commit f2394db

Please sign in to comment.