Skip to content

Commit

Permalink
github: Run actions on debian:bookworm
Browse files Browse the repository at this point in the history
This ensures a stable environment for tests even when ubuntu-latest
changes.

Signed-off-by: Povilas Kanapickas <[email protected]>
  • Loading branch information
p12tic committed Mar 8, 2024
1 parent f81cbe3 commit 435a041
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
lint-ruff:
runs-on: ubuntu-latest
container: debian:bookworm
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest

container: debian:bookworm
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
Expand Down

0 comments on commit 435a041

Please sign in to comment.