diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 20:47:53 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 20:47:53 +0300 |
commit | 7ebbd6d2956a136d9cb4eb671697f60f7531aeec (patch) | |
tree | a02a35952e69c40edd80cedf4774565d762e0a03 /.github/workflows | |
parent | workflows/jekyll: include Ruby 2.7 (diff) | |
download | jekyll-theme-7ebbd6d2956a136d9cb4eb671697f60f7531aeec.tar.gz jekyll-theme-7ebbd6d2956a136d9cb4eb671697f60f7531aeec.zip |
workflows/jekyll: use ubuntu-latest
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/jekyll.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 42482f3..a8cca56 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 }}' @@ -31,7 +31,7 @@ jobs: publish: needs: [build] - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest name: Publish steps: - name: Checkout |