From bdb1b4de5611fe1c9b2bc0a1069e2af33896c77e Mon Sep 17 00:00:00 2001 From: Edmund Hung Date: Wed, 16 Oct 2024 19:06:18 +0100 Subject: [PATCH] revert image to ubuntu-latest --- .github/workflows/deploy-pages-previews.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-pages-previews.yml b/.github/workflows/deploy-pages-previews.yml index 706631a263df..092b3d251b55 100644 --- a/.github/workflows/deploy-pages-previews.yml +++ b/.github/workflows/deploy-pages-previews.yml @@ -30,7 +30,7 @@ jobs: concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest steps: - name: Checkout Repo uses: actions/checkout@v4