Skip to content

Commit eaf52c5

Browse files
committed
bump ubuntu version in GHA
1 parent 472c913 commit eaf52c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
python-version: [ '3.10', '3.11', '3.12', '3.13' ]
1515
name: Lint ${{ matrix.python-version }}
16-
runs-on: 'ubuntu-20.04'
16+
runs-on: 'ubuntu-24.04'
1717
container: python:${{ matrix.python-version }}
1818
steps:
1919
- name: Checkout code
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
matrix:
3131
python-version: ['3.10', '3.11', '3.12', '3.13']
32-
os: ['ubuntu-20.04']
32+
os: ['ubuntu-24.04']
3333
redis-version: [4, 5, "6.2.6", "7.0.9"]
3434
redis-py-version: [3.3.0, 4.6.0]
3535
# Do not cancel any jobs when a single job fails

0 commit comments

Comments
 (0)