summaryrefslogtreecommitdiffstats
path: root/.github/workflows/release.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/release.yaml')
-rw-r--r--.github/workflows/release.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 27b05c7..b41b835 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -8,7 +8,7 @@ on:
jobs:
release-pypi:
name: release-pypi
- runs-on: ubuntu-16.04
+ runs-on: ubuntu-latest
# FIXME
# help test shouldn't depends on this to run
@@ -30,7 +30,7 @@ jobs:
with:
path: venv
# Look to see if there is a cache hit for the corresponding requirements file
- key: ubuntu-16.04-poetryenv-${{ hashFiles('poetry.lock') }}
+ key: ubuntu-latest-poetryenv-${{ hashFiles('poetry.lock') }}
- name: Install Dependencies
run: |
python3 -m venv venv
@@ -62,7 +62,7 @@ jobs:
release-binary:
name: Release Executable Binary.
- runs-on: ubuntu-16.04
+ runs-on: ubuntu-latest
# FIXME
# help test shouldn't depends on this to run
@@ -84,7 +84,7 @@ jobs:
with:
path: venv
# Look to see if there is a cache hit for the corresponding requirements file
- key: ubuntu-16.04-poetryenv-${{ hashFiles('poetry.lock') }}
+ key: ubuntu-latest-poetryenv-${{ hashFiles('poetry.lock') }}
- name: Install Dependencies
run: |
python3 -m venv venv