From fcd13815d31f4b927e498fbbb4305fb29a959acf Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Sun, 26 Sep 2021 11:42:17 +0200 Subject: One Version for all Languages (#1346) Co-authored-by: Lex Neva --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') 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 -- cgit v1.2.3