diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 20:27:59 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 20:27:59 +0300 |
commit | 1899a2a3f2faf819e805b70a34cc4977e95b364b (patch) | |
tree | 5587ae7e28b434b75c4c9161bdc6772486fc518d /.github/workflows/jekyll.yml | |
parent | workflows/jekyll: remove scheduled runs (diff) | |
download | sorting-algorithms-1899a2a3f2faf819e805b70a34cc4977e95b364b.tar.gz sorting-algorithms-1899a2a3f2faf819e805b70a34cc4977e95b364b.zip |
workflows/jekyll: use ubuntu-latest
Diffstat (limited to '.github/workflows/jekyll.yml')
-rw-r--r-- | .github/workflows/jekyll.yml | 2 |
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 }}' |