aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-06-15 20:27:59 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-06-15 20:27:59 +0300
commit1899a2a3f2faf819e805b70a34cc4977e95b364b (patch)
tree5587ae7e28b434b75c4c9161bdc6772486fc518d
parentworkflows/jekyll: remove scheduled runs (diff)
downloadsorting-algorithms-1899a2a3f2faf819e805b70a34cc4977e95b364b.tar.gz
sorting-algorithms-1899a2a3f2faf819e805b70a34cc4977e95b364b.zip
workflows/jekyll: use ubuntu-latest
-rw-r--r--.github/workflows/jekyll.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml
index 390f919..ddb1263 100644
--- a/.github/workflows/jekyll.yml
+++ b/.github/workflows/jekyll.yml
@@ -14,7 +14,7 @@ jobs:
include:
- {version: Gemfile, gemfile: Gemfile}
- {version: latest, gemfile: .ci/Gemfile}
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
name: 'Build / ${{ matrix.ruby-version }} / ${{ matrix.version }}'
env:
BUNDLE_GEMFILE: '${{ matrix.gemfile }}'