From 4d9252e1379f10b5298d3341605810437b12cc4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 21:43:31 +0000 Subject: [PATCH] chore(renovate): major Update dependency ubuntu to v24 --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6743b599..9539571c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: strategy: matrix: environment: ['production'] - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 @@ -72,7 +72,7 @@ jobs: deploy: needs: build if: github.ref == 'refs/heads/main' && github.repository == 'sammcj/smcleod' - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 environment: name: github-pages url: ${{ env.baseURL }} @@ -85,7 +85,7 @@ jobs: deploy-staging: needs: build if: github.ref == 'refs/heads/main' && github.repository == 'sammcj/smcleod-hugo' - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 environment: name: github-pages url: ${{ env.baseURL }}