diff options
author | Miklós Fazekas <mfazekas@szemafor.com> | 2021-03-15 12:54:49 +0100 |
---|---|---|
committer | Miklós Fazekas <mfazekas@szemafor.com> | 2021-08-04 08:07:30 +0200 |
commit | 0cad9a9e9beb3023ed77e908d3f175f330f13dda (patch) | |
tree | eb31c5aa620fbb7cf86e505a6f138d98aab1d824 /.github | |
parent | 3541c1d2a9fce9083f1d2d3036e0ac62c6e20e87 (diff) | |
download | net-ssh-0cad9a9e9beb3023ed77e908d3f175f330f13dda.tar.gz |
Use ubuntu 18.04 for older sshd
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 904afa4..ff0739f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: [push, pull_request] jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 continue-on-error: ${{ matrix.flaky }} strategy: matrix: |