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 (v2) #246

Open
wants to merge 1 commit into
base: v2
Choose a base branch
from
Open
Show file tree
Hide file tree
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 @@ -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
Loading