From e9603d4b418c90c900e9997499ea276cf5ba2a5f Mon Sep 17 00:00:00 2001 From: Kimberley Cook Date: Mon, 5 Jun 2023 16:11:42 +0100 Subject: [PATCH] update ubuntu version - github pages no longer supports 18.04 --- .github/workflows/cd.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 4fd9b1f..a03b221 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -7,7 +7,7 @@ on: jobs: deploy: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -38,4 +38,3 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./www/public -