Update ci-workflow.yml

Per notice and instructions listed in [3287](https://github.com/actions/virtual-environments/issues/3287), `ubuntu-16.04` is being deprecated.  Updated this workflow to use `ubuntu-latest`
This commit is contained in:
BethanyG
2021-09-14 10:37:57 -07:00
parent a1deaf85d6
commit 0f3a7b4d31

View File

@@ -12,7 +12,7 @@ on:
jobs:
housekeeping:
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4