summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklós Fazekas <mfazekas@szemafor.com>2023-03-12 10:05:18 +0100
committerGitHub <noreply@github.com>2023-03-12 10:05:18 +0100
commit66fd2928304f081d9f336c5d6fdc7e9ffc0da52c (patch)
treed9822a51649f6230b16fb01516632673addb4267
parent03716c1ee450e1a54c55f2c621f75aa9eda0253d (diff)
downloadnet-ssh-66fd2928304f081d9f336c5d6fdc7e9ffc0da52c.tar.gz
WIP - try new ubuntu in gh actions
-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 53f0601..595ad98 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -4,7 +4,7 @@ on:
push: { branches: master }
jobs:
test:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-22.04
strategy:
matrix:
ruby-version: [2.6.6, 2.7.2, 3.0.1, 3.1.1]