aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-06-15 20:31:02 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-06-15 20:31:02 +0300
commit8cdadd086bd28ec8fef2e3c992041bfae125fc2c (patch)
tree4528aba5ad6f8e9163bd81bf00beb78b097639bd /.github
parentworkflows/test: change schedule to 5:45 (diff)
downloadegor-tensin.github.io-8cdadd086bd28ec8fef2e3c992041bfae125fc2c.tar.gz
egor-tensin.github.io-8cdadd086bd28ec8fef2e3c992041bfae125fc2c.zip
workflows/test: use ubuntu-latest
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 5a5008c..3915aee 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -10,7 +10,7 @@ on:
jobs:
bundler:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [2.5, 2.6, 2.7]