Skip to content

Commit 22b6429

Browse files
committed
chore: update aarch64 build to run on native aarch64 runner
Signed-off-by: Matt Leon <mattleon@google.com>
1 parent 684e35d commit 22b6429

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,10 @@ jobs:
168168
- name: 'V8 on Linux/aarch64'
169169
engine: 'v8'
170170
repo: 'v8'
171-
os: ubuntu-24.04
171+
os: ubuntu-24.04-arm
172172
arch: aarch64
173173
action: test
174174
targets: -//test/fuzz/...
175-
flags: --config=linux-aarch64-cross --@v8//bazel/config:v8_target_cpu=arm64
176-
deps: qemu-user-static libc6-arm64-cross
177175
cache: true
178176
- name: 'V8 on macOS/x86_64'
179177
engine: 'v8'

0 commit comments

Comments
 (0)