Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency ubuntu to v24 (v3) #254

Merged
merged 1 commit into from
Jan 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -81,7 +81,7 @@ jobs:
lint-markdown:

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

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

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

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

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

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

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

steps:
Expand Down