This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/main by this push:
     new bd28a9507f AVRO-4129: Bump GHA Ubuntu Runner Image (#3359)
bd28a9507f is described below

commit bd28a9507f9975dfe7a4a7107811be9ec2209747
Author: Michael A. Smith <[email protected]>
AuthorDate: Thu Apr 17 15:43:50 2025 -0400

    AVRO-4129: Bump GHA Ubuntu Runner Image (#3359)
---
 .github/workflows/test-lang-py.yml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/test-lang-py.yml 
b/.github/workflows/test-lang-py.yml
index 9d2ba34627..196392bdc2 100644
--- a/.github/workflows/test-lang-py.yml
+++ b/.github/workflows/test-lang-py.yml
@@ -35,7 +35,7 @@ concurrency:
 jobs:
   test:
     name: Python ${{ matrix.python }} Tests
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-24.04
     strategy:
       fail-fast: false
       matrix:
@@ -44,8 +44,6 @@ jobs:
         - '3.11'
         - '3.10'
         - '3.9'
-        - '3.8'
-        - '3.7'
         - 'pypy-3.10'
 
     steps:
@@ -81,7 +79,7 @@ jobs:
 
   interop:
     name: Python ${{ matrix.python }} Interop
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-24.04
     strategy:
       fail-fast: false
       matrix:
@@ -89,8 +87,6 @@ jobs:
         - '3.11'
         - '3.10'
         - '3.9'
-        - '3.8'
-        - '3.7'
         - 'pypy-3.10'
 
     steps:

Reply via email to