Skip to content

Commit

Permalink
adjust image for python steps
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhuth committed Oct 15, 2024
1 parent 8256c29 commit 25b6aa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chart-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run : helm lint charts/*

chart-testing:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: checkout git repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
pre-commit:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 25b6aa3

Please sign in to comment.