summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2021-09-26 11:42:17 +0200
committerGitHub <noreply@github.com>2021-09-26 11:42:17 +0200
commitfcd13815d31f4b927e498fbbb4305fb29a959acf (patch)
treef67f6c4da8bf83bf9c6f8a8302fe8211e5049541 /.github
parent12828b0d6249a738eee0d7f76d27c2f8317fc92d (diff)
One Version for all Languages (#1346)
Co-authored-by: Lex Neva <github.com@lexneva.name>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml6
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