Skip to content

Commit 5f7a910

Browse files
authored
ci: simplifiy matrix for sanitizer-linux job (#683)
1 parent 79ee57a commit 5f7a910

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,16 +144,11 @@ jobs:
144144
runs-on: ${{ matrix.runner }}
145145
strategy:
146146
matrix:
147-
arch: [
148-
"aarch64",
149-
"x86_64",
150-
]
151147
include:
152148
# MemorySanitizer won't run in QEMU so we can't run it in cross:
153149
# https://github.com/llvm/llvm-project/issues/65144
154150
- arch: aarch64
155151
runner: ubuntu-24.04-arm
156-
157152
- arch: x86_64
158153
runner: ubuntu-24.04
159154
steps:

0 commit comments

Comments
 (0)