summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklós Fazekas <mfazekas@szemafor.com>2021-03-15 12:54:49 +0100
committerMiklós Fazekas <mfazekas@szemafor.com>2021-08-04 08:07:30 +0200
commit0cad9a9e9beb3023ed77e908d3f175f330f13dda (patch)
treeeb31c5aa620fbb7cf86e505a6f138d98aab1d824
parent3541c1d2a9fce9083f1d2d3036e0ac62c6e20e87 (diff)
downloadnet-ssh-0cad9a9e9beb3023ed77e908d3f175f330f13dda.tar.gz
Use ubuntu 18.04 for older sshd
-rw-r--r--.github/workflows/ci.yml2
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: