From 961b0f207d0530d00a3a1201d90e53cc447334ba Mon Sep 17 00:00:00 2001 From: Ryan Chung Date: Wed, 16 Apr 2025 23:43:19 -0400 Subject: [PATCH] chore: update github actions images (#580) * chore: update github actions images * chore: update hugo-preview.yml * chore: revert hugo-preview.yml --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index a54d656928..325a14f01e 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -8,7 +8,7 @@ on: jobs: deploy: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: