diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 2dd50d86..46ccb3e0 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -11,7 +11,7 @@ defaults: jobs: deploy: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -34,4 +34,4 @@ jobs: publish_dir: ./docs/site cname: alcali.dev user_name: Matt Melquiond - user_email: matt.llvw@gmail.com \ No newline at end of file + user_email: matt.llvw@gmail.com