Skip to content

Commit bd28a95

Browse files
authored
AVRO-4129: Bump GHA Ubuntu Runner Image (#3359)
1 parent 341378a commit bd28a95

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/test-lang-py.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ concurrency:
3535
jobs:
3636
test:
3737
name: Python ${{ matrix.python }} Tests
38-
runs-on: ubuntu-20.04
38+
runs-on: ubuntu-24.04
3939
strategy:
4040
fail-fast: false
4141
matrix:
@@ -44,8 +44,6 @@ jobs:
4444
- '3.11'
4545
- '3.10'
4646
- '3.9'
47-
- '3.8'
48-
- '3.7'
4947
- 'pypy-3.10'
5048

5149
steps:
@@ -81,16 +79,14 @@ jobs:
8179

8280
interop:
8381
name: Python ${{ matrix.python }} Interop
84-
runs-on: ubuntu-20.04
82+
runs-on: ubuntu-24.04
8583
strategy:
8684
fail-fast: false
8785
matrix:
8886
python:
8987
- '3.11'
9088
- '3.10'
9189
- '3.9'
92-
- '3.8'
93-
- '3.7'
9490
- 'pypy-3.10'
9591

9692
steps:

0 commit comments

Comments
 (0)