Skip to content

Commit

Permalink
Pin ubuntu to jammy for lint and unit workflows (#86)
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 authored Sep 18, 2024
1 parent c5b914f commit 49bf1c3
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 49bf1c3

Please sign in to comment.