Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 14, 2025
1 parent 64e9b1f commit d34e3f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/image-build-and-publish-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fail-fast: false
matrix:
app: ${{ fromJSON(needs.changes.outputs.apps) }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: "[prind] checkout"
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-build-and-publish-schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- klipperscreen
- moonraker
- ustreamer
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: "[prind] checkout"
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-build-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- linux/arm/v6
- linux/arm/v7
- linux/arm64/v8
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: "[prind] checkout"
uses: actions/checkout@v4
Expand Down

0 comments on commit d34e3f6

Please sign in to comment.