From f6ea2e6bf18430445252a36fb7b42f7f3d459172 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 14:41:47 +0000 Subject: [PATCH] Update dependency ubuntu to v24 --- .github/workflows/build.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0433163..13652b2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -9,7 +9,7 @@ jobs: pre-checks: name: Resolve Pre-Checks - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name }} steps: @@ -21,7 +21,7 @@ jobs: build: name: Build Website - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: pre-checks outputs: @@ -81,7 +81,7 @@ jobs: lint-markdown: name: Lint Markdown - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: pre-checks steps: @@ -97,7 +97,7 @@ jobs: check-spelling: name: Check Spelling - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: pre-checks steps: @@ -119,7 +119,7 @@ jobs: validate-html: name: Validate HTML - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: build steps: @@ -141,7 +141,7 @@ jobs: check-links: name: Check Links - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: build steps: