diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-12-28 18:29:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-12-28 18:29:36 +0000 |
commit | 89f80db0e0383eda73b61b23a4747185c8505e46 (patch) | |
tree | 7b26817ed957116ecab11b7b67f55592064860c0 /.github/workflows/test-binary-build.yaml | |
parent | Adding upstream version 1.9.4. (diff) | |
download | iredis-89f80db0e0383eda73b61b23a4747185c8505e46.tar.xz iredis-89f80db0e0383eda73b61b23a4747185c8505e46.zip |
Adding upstream version 1.10.0.upstream/1.10.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows/test-binary-build.yaml')
-rw-r--r-- | .github/workflows/test-binary-build.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test-binary-build.yaml b/.github/workflows/test-binary-build.yaml index a71d576..8d0a5fe 100644 --- a/.github/workflows/test-binary-build.yaml +++ b/.github/workflows/test-binary-build.yaml @@ -9,7 +9,7 @@ on: jobs: test-release-binary: name: Test Build Executable Binary. You can download from Artifact after building. - runs-on: ubuntu-16.04 + runs-on: ubuntu-latest # FIXME # help test shouldn't depends on this to run @@ -31,7 +31,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 |