Skip to content

Commit

Permalink
Update ubuntu to 24.04
Browse files Browse the repository at this point in the history
Signed-off-by: Zee Aslam <h3mmy@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 82853a4 commit af3cc61
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on: # yamllint disable-line rule:truthy
jobs:
markdownlint:
name: Markdownlint
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
Expand All @@ -31,7 +31,7 @@ jobs:

markdown-link-check:
name: Markdown link check
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
Expand All @@ -46,7 +46,7 @@ jobs:
deploy:
name: Deploy to GitHub Pages
if: github.event.pull_request.head.repo.fork == false
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- markdownlint
- markdown-link-check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/invalid-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
support:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: dessant/support-requests@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/support.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
support:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: dessant/support-requests@v4
with:
Expand Down

0 comments on commit af3cc61

Please sign in to comment.