Skip to content

Commit

Permalink
Merge pull request #383 from cgwalters/drop-arm32-ci
Browse files Browse the repository at this point in the history
ci: Update run-on-arch
  • Loading branch information
cgwalters authored Oct 25, 2024
2 parents d3481da + 0d4e030 commit a82572c
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 a82572c

Please sign in to comment.