You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/12/06 21:40:31 UTC

[avro] branch master updated: AVRO-3681: [Python] GitHub actions failing with python 3.6 (#2005)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ca3c389e1 AVRO-3681: [Python] GitHub actions failing with python 3.6 (#2005)
ca3c389e1 is described below

commit ca3c389e140fd5021308aa9c7c8cc3554ce635d7
Author: Martin Grigorov <ma...@users.noreply.github.com>
AuthorDate: Tue Dec 6 23:40:26 2022 +0200

    AVRO-3681: [Python] GitHub actions failing with python 3.6 (#2005)
    
    Use ubuntu-20.04 runners for Python workflow.
    ubuntu-latest is now ubuntu-22.04 and it does not provide Python 3.6
    
    Signed-off-by: Martin Tzvetanov Grigorov <mg...@apache.org>
    
    Signed-off-by: Martin Tzvetanov Grigorov <mg...@apache.org>
---
 .github/workflows/test-lang-py.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/test-lang-py.yml b/.github/workflows/test-lang-py.yml
index 452251b88..0afe12dd8 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-latest
+    runs-on: ubuntu-20.04
     strategy:
       fail-fast: false
       matrix:
@@ -82,7 +82,7 @@ jobs:
 
   interop:
     name: Python ${{ matrix.python }} Interop
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
     strategy:
       fail-fast: false
       matrix: