Skip to content

Commit

Permalink
CI: Remove emulated Linux on ARM64 runner.
Browse files Browse the repository at this point in the history
GitHub hosts Ubuntu on ARM64 runners now.
Remove the emulated runner (in favor of the native one).
  • Loading branch information
mmuetzel committed Jan 29, 2025
1 parent 53f9cf7 commit 6fd026f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-arch-emu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,12 @@ jobs:
matrix:
# For available CPU architectures, see:
# https://github.com/marketplace/actions/setup-alpine-linux-environment
arch: [x86, aarch64, armv7, ppc64le, s390x, riscv64]
arch: [x86, armv7, ppc64le, s390x, riscv64]
include:
- arch: x86
ccache-max: 64M
extra-build-libs: ":GraphBLAS:LAGraph"
extra-check-libs: ":GraphBLAS:LAGraph"
- arch: aarch64
ccache-max: 28M
- arch: armv7
ccache-max: 25M
- arch: ppc64le
Expand Down

0 comments on commit 6fd026f

Please sign in to comment.