Skip to content

Commit e7265f9

Browse files
committed
fix: revert macos toolchain flags
Signed-off-by: Matt Leon <[email protected]>
1 parent 16bea38 commit e7265f9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ jobs:
195195
repo: 'com_github_bytecodealliance_wasm_micro_runtime'
196196
os: macos-13
197197
arch: x86_64
198-
flags: --config=hermetic-llvm-macos-x86_64
199198
action: test
200199
- name: 'WAMR jit on Linux/x86_64'
201200
engine: 'wamr-jit'
@@ -212,7 +211,6 @@ jobs:
212211
os: macos-13
213212
arch: x86_64
214213
action: test
215-
flags: --config=hermetic-llvm-macos-x86_64
216214
cache: true
217215
- name: 'WasmEdge on Linux/x86_64'
218216
engine: 'wasmedge'
@@ -226,7 +224,6 @@ jobs:
226224
repo: 'com_github_wasmedge_wasmedge'
227225
os: macos-13
228226
arch: x86_64
229-
flags: --config=hermetic-llvm-macos-x86_64
230227
action: test
231228
- name: 'Wasmtime on Linux/x86_64'
232229
engine: 'wasmtime'
@@ -265,7 +262,6 @@ jobs:
265262
repo: 'com_github_bytecodealliance_wasmtime'
266263
os: macos-13
267264
arch: x86_64
268-
flags: --config=hermetic-llvm-macos-x86_64
269265
action: test
270266

271267
steps:

0 commit comments

Comments
 (0)