Skip to content

Commit

Permalink
Update dependency ubuntu to v24 (#246)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 3, 2025
1 parent 29b7d5f commit 8412679
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -21,7 +21,7 @@ jobs:
build:

name: Build Website
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: pre-checks

outputs:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
lint-markdown:

name: Lint Markdown
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: pre-checks

steps:
Expand All @@ -102,7 +102,7 @@ jobs:
check-spelling:

name: Check Spelling
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: pre-checks

steps:
Expand All @@ -124,7 +124,7 @@ jobs:
validate-html:

name: Validate HTML
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build

steps:
Expand All @@ -146,7 +146,7 @@ jobs:
check-links:

name: Check Links
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
checks:

name: Periodic Checks
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
publish:

name: Publish Website
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:

Expand Down

0 comments on commit 8412679

Please sign in to comment.