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

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git


The following commit(s) were added to refs/heads/develop by this push:
     new 40cba631 Switch to ubuntu 20 for Py 3.6 support
40cba631 is described below

commit 40cba631804f641c62b7a931c0a2a535c344503f
Author: Marcus Christie <[email protected]>
AuthorDate: Tue Jan 10 14:52:14 2023 -0500

    Switch to ubuntu 20 for Py 3.6 support
---
 .github/workflows/build-and-test.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build-and-test.yaml 
b/.github/workflows/build-and-test.yaml
index d5bf01c3..45dc7a70 100644
--- a/.github/workflows/build-and-test.yaml
+++ b/.github/workflows/build-and-test.yaml
@@ -2,7 +2,8 @@ name: Build and Test
 on: [push]
 jobs:
   build:
-    runs-on: ubuntu-latest
+    # ubuntu-22 doesn't support Python 3.6
+    runs-on: ubuntu-20.04
     strategy:
       matrix:
         python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]

Reply via email to