Skip to content

Commit 7160247

Browse files
committed
Remove aarch64
g++ is crashing on aarch64
1 parent bbb0b7c commit 7160247

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,8 @@ jobs:
2222

2323
strategy:
2424
matrix:
25-
arch: [aarch64, ppc64le, s390x]
25+
arch: [ppc64le, s390x]
2626
include:
27-
- arch: aarch64
28-
distro: ubuntu22.04
29-
platform-name: linux/arm64
3027
- arch: ppc64le
3128
distro: ubuntu22.04
3229
platform-name: linux/ppc64le

0 commit comments

Comments
 (0)