From bbf8bb6a2409b81122d5716c90152f59a3f76ac1 Mon Sep 17 00:00:00 2001 From: BethanyG Date: Tue, 14 Sep 2021 10:58:25 -0700 Subject: [PATCH] Update to ubuntu-latest for Python versions Needed to also update to `ubuntu-latest` for the individual python versions portion. --- .github/workflows/ci-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 9b7a1625..3dd9169c 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -49,7 +49,7 @@ jobs: ./bin/template_status.py -v -p .problem-specifications canonical_sync: - runs-on: ubuntu-16.04 + runs-on: ubuntu-latest needs: housekeeping strategy: matrix: