diff options
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2445dc0d..ba294865 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ on: - "v*" jobs: linux: - runs-on: ubuntu-16.04 + runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 with: @@ -24,9 +24,9 @@ jobs: id: pip-cache with: path: ~/.cache/pip - key: ${{ runner.os }}-16.04-pip-${{ hashFiles('**/requirements.txt') }} + key: ${{ runner.os }}-18.04-pip-${{ hashFiles('**/requirements.txt') }} restore-keys: | - ${{ runner.os }}-16.04-pip- + ${{ runner.os }}-18.04-pip- - name: Get yarn cache directory path id: yarn-cache-dir-path |
