@@ -175,13 +175,13 @@ jobs:
175
175
flags : --config=linux-aarch64-cross --@v8//bazel/config:v8_target_cpu=arm64
176
176
deps : qemu-user-static libc6-arm64-cross
177
177
cache : true
178
- - name : ' V8 on macOS/x86_64 '
178
+ - name : ' V8 on macOS/aarch64 '
179
179
engine : ' v8'
180
180
repo : ' v8'
181
181
os : macos-15
182
- arch : x86_64
182
+ arch : aarch64
183
183
action : test
184
- flags : --config=hermetic-llvm-macos-amd64
184
+ flags : --config=hermetic-llvm-macos-aarch64
185
185
cache : true
186
186
- name : ' WAMR interp on Linux/x86_64'
187
187
engine : ' wamr-interp'
@@ -190,11 +190,12 @@ jobs:
190
190
arch : x86_64
191
191
action : test
192
192
flags : --config=clang
193
- - name : ' WAMR interp on macOS/x86_64 '
193
+ - name : ' WAMR interp on macOS/aarch64 '
194
194
engine : ' wamr-interp'
195
195
repo : ' com_github_bytecodealliance_wasm_micro_runtime'
196
- os : macos-13
197
- arch : x86_64
196
+ os : macos-15
197
+ arch : aarch64
198
+ flags : --config=hermetic-llvm-macos-aarch64
198
199
action : test
199
200
- name : ' WAMR jit on Linux/x86_64'
200
201
engine : ' wamr-jit'
@@ -205,12 +206,13 @@ jobs:
205
206
flags : --config=clang
206
207
deps : lld-18
207
208
cache : true
208
- - name : ' WAMR jit on macOS/x86_64 '
209
+ - name : ' WAMR jit on macOS/aarch64 '
209
210
engine : ' wamr-jit'
210
211
repo : ' com_github_bytecodealliance_wasm_micro_runtime'
211
- os : macos-13
212
- arch : x86_64
212
+ os : macos-15
213
+ arch : aarch64
213
214
action : test
215
+ flags : --config=hermetic-llvm-macos-aarch64
214
216
cache : true
215
217
- name : ' WasmEdge on Linux/x86_64'
216
218
engine : ' wasmedge'
@@ -219,11 +221,12 @@ jobs:
219
221
arch : x86_64
220
222
action : test
221
223
flags : --config=clang
222
- - name : ' WasmEdge on macOS/x86_64 '
224
+ - name : ' WasmEdge on macOS/aarch64 '
223
225
engine : ' wasmedge'
224
226
repo : ' com_github_wasmedge_wasmedge'
225
- os : macos-13
226
- arch : x86_64
227
+ os : macos-15
228
+ arch : aarch64
229
+ flags : --config=hermetic-llvm-macos-aarch64
227
230
action : test
228
231
- name : ' Wasmtime on Linux/x86_64'
229
232
engine : ' wasmtime'
@@ -257,11 +260,12 @@ jobs:
257
260
# s390x build-tools image built from bazel/external/Dockerfile.bazel
258
261
run_under : docker run --rm --env HOME=$HOME --env USER=$(id -un) --volume "$HOME:$HOME" --workdir $(pwd) --user $(id -u):$(id -g) --platform linux/s390x ghcr.io/proxy-wasm/build-tools:ubuntu-22.04-bazel-6.5.0
259
262
cache : true
260
- - name : ' Wasmtime on macOS/x86_64 '
263
+ - name : ' Wasmtime on macOS/aarch64 '
261
264
engine : ' wasmtime'
262
265
repo : ' com_github_bytecodealliance_wasmtime'
263
- os : macos-13
264
- arch : x86_64
266
+ os : macos-15
267
+ arch : aarch64
268
+ flags : --config=hermetic-llvm-macos-aarch64
265
269
action : test
266
270
267
271
steps :
0 commit comments