summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Wininger <fw.centrale@gmail.com>2022-04-12 09:15:10 +0200
committerFlorian Wininger <fw.centrale@gmail.com>2022-04-12 09:15:10 +0200
commit006496e6a1acec6b0f2b3a66ec66ddc3e797fa3e (patch)
treef1da0110bfc2f9af126bdca33d9b698678fed642
parentd1f00804f360acf7ef62f26b80b41e6e37ff3d9b (diff)
downloadnet-ssh-unit-test.tar.gz
Use the last ubuntu LTSunit-test
-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 d92c39e..6a331f4 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-18.04
+ runs-on: ubuntu-20.04
strategy:
matrix:
ruby-version: [2.7.2, 2.6.6, 3.0.1, 3.1.1]