Skip to content

Commit

Permalink
ci: Update run-on-arch
Browse files Browse the repository at this point in the history
It looks like some of the images went away, update the
version and use Debian.

Signed-off-by: Colin Walters <[email protected]>
  • Loading branch information
cgwalters committed Oct 25, 2024
1 parent e8cbea0 commit 0d4e030
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,20 +114,20 @@ jobs:
matrix:
include:
- arch: armv7
distro: ubuntu_latest
distro: bullseye
- arch: aarch64
distro: ubuntu_latest
distro: bullseye
- arch: s390x
distro: ubuntu_latest
distro: bullseye
- arch: ppc64le
distro: ubuntu_latest
distro: bullseye
steps:
- uses: actions/[email protected]
with:
submodules: true
set-safe-directory: true

- uses: uraimo/run-on-arch-action@v2.2.0
- uses: uraimo/run-on-arch-action@v2.8.1
name: Build
id: build
with:
Expand Down

0 comments on commit 0d4e030

Please sign in to comment.