Skip to content

Commit

Permalink
ci: Remove Ubuntu the check for 18.04 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Maverobot committed Sep 17, 2023
1 parent 62a4c9e commit 774ac4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-18.04]
os: [ubuntu-20.04]

steps:
- name: Checkout
Expand All @@ -38,7 +38,7 @@ jobs:
cp ~/.spacemacs.d/docs/index.html ~/work/dot-spacemacs/dot-spacemacs/public
- name: GitHub Pages
if: matrix.os == 'ubuntu-18.04' && success()
if: matrix.os == 'ubuntu-20.04' && success()
uses: crazy-max/[email protected]
with:
target_branch: gh-pages
Expand Down

0 comments on commit 774ac4d

Please sign in to comment.