Skip to content

Commit

Permalink
Merge pull request #4 from michidk/renovate/ubuntu-24.x
Browse files Browse the repository at this point in the history
  • Loading branch information
michidk authored Sep 27, 2024
2 parents ee5f367 + 46f6f45 commit ee26484
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ defaults:
jobs:
build:
name: Build PDFs
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

permissions:
contents: write
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
deploy:
name: Deploy to GitHub Branch
needs: [build]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

if: ${{ needs.build.result == 'success' && github.ref == 'refs/heads/main' }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defaults:
jobs:
typos:
name: typos (Spellchecker)
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit ee26484

Please sign in to comment.