Skip to content

Commit 4c8e536

Browse files
committed
Downgrade host image on debian multiarch
1 parent 0bd23aa commit 4c8e536

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-debian-multiarch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ env:
4949
jobs:
5050
build-multiarch:
5151
name: Debian (Bookworm - 12) [${{ matrix.arch }}]
52-
runs-on: ubuntu-24.04
52+
runs-on: ubuntu-22.04
5353

5454
strategy:
5555
fail-fast: false # if a particular matrix build fails, don't skip the rest
@@ -118,7 +118,7 @@ jobs:
118118
test-armv7-on-armv6:
119119
needs: build-multiarch
120120
name: Debian (Bookworm - 12) [build - armv7, test - armv6]
121-
runs-on: ubuntu-24.04
121+
runs-on: ubuntu-22.04
122122
steps:
123123
- name: Download all multiarch artifacts
124124
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)