Skip to content

Commit

Permalink
ci: revert to 22.04 for build jobs due to segmentation faults actions…
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuf authored Feb 6, 2025
1 parent 0d666bf commit 786e3ed
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-latest
runs-on: ubuntu-22.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-latest
runs-on: ubuntu-22.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-latest
runs-on: ubuntu-22.04
steps:
- name: "[prind] checkout"
uses: actions/checkout@v4
Expand Down

0 comments on commit 786e3ed

Please sign in to comment.