We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3afcd7 commit 5b2f8b6Copy full SHA for 5b2f8b6
1 file changed
.github/workflows/tests.yml
@@ -20,11 +20,11 @@ jobs:
20
- python-version: "pypy2.7"
21
check-types: false
22
23
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
24
container: ${{ matrix.container }}
25
26
steps:
27
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
28
29
- name: Set up Python ${{ matrix.python-version }}
30
if: ${{ matrix.python-version != '2.7' }}
0 commit comments