Skip to content

Commit

Permalink
ci(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent aa41feb commit 2c4db36
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-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
group: release
needs:
- build
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: >-
!github.event.repository.fork
&& github.event_name != 'pull_request'
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
signing-key: ${{ secrets.SIGNING_KEY }}
signing-password: ${{ secrets.SIGNING_PASSWORD }}
success:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- release
- build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dispatcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
dispatcher:
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.repository
Expand Down

0 comments on commit 2c4db36

Please sign in to comment.