From 5b458e9ad6be35185eed0efde36a9c7e0951d1e5 Mon Sep 17 00:00:00 2001 From: Fred Hornsey Date: Thu, 7 Oct 2021 19:43:32 -0500 Subject: [PATCH] Revert to Ubuntu 18.04 According to this: https://github.com/actions/setup-python/issues/249 3.10 will be comming, so I guess I can just leave the OS as is for now and it will eventually have 3.10. --- .github/workflows/pyopendds.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pyopendds.yml b/.github/workflows/pyopendds.yml index 8654e96..ba08499 100644 --- a/.github/workflows/pyopendds.yml +++ b/.github/workflows/pyopendds.yml @@ -23,9 +23,7 @@ jobs: - '3.7' - '3.8' - '3.9' - include: - - os: ubuntu-20.04 - python-version: '3.10' + - '3.10' env: ACE_ROOT: '/usr/share/ace'