Skip to content

Commit

Permalink
Pin ubuntu to jammy for lint and unit workflows
Browse files Browse the repository at this point in the history
We have it pinned elsewhere, so this makes it consistent.
  • Loading branch information
samuelallan72 committed Sep 17, 2024
1 parent c82b520 commit 6ab9b83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform-plans/templates/github/charm_check.yaml.tftpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.10"]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -53,7 +53,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.10"]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 6ab9b83

Please sign in to comment.