Skip to content

Commit

Permalink
Pin CI image
Browse files Browse the repository at this point in the history
Testing with python 3.7 is mandatory until next major version is
released (v5.1).
  • Loading branch information
Chocobo1 committed Dec 24, 2024
1 parent b554c8a commit a84f8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
jobs:
ci:
name: Check
runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # TODO: use `ubuntu-latest` when python 3.7 is dropped
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit a84f8d6

Please sign in to comment.