Skip to content

Commit f4b343b

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

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ jobs:
181181
os: macos-13
182182
arch: x86_64
183183
action: test
184-
flags: --config=hermetic-llvm-macos-x86_64
185184
cache: true
186185
- name: 'WAMR interp on Linux/x86_64'
187186
engine: 'wamr-interp'
@@ -195,7 +194,6 @@ jobs:
195194
repo: 'com_github_bytecodealliance_wasm_micro_runtime'
196195
os: macos-13
197196
arch: x86_64
198-
flags: --config=hermetic-llvm-macos-x86_64
199197
action: test
200198
- name: 'WAMR jit on Linux/x86_64'
201199
engine: 'wamr-jit'
@@ -212,7 +210,6 @@ jobs:
212210
os: macos-13
213211
arch: x86_64
214212
action: test
215-
flags: --config=hermetic-llvm-macos-x86_64
216213
cache: true
217214
- name: 'WasmEdge on Linux/x86_64'
218215
engine: 'wasmedge'
@@ -226,7 +223,6 @@ jobs:
226223
repo: 'com_github_wasmedge_wasmedge'
227224
os: macos-13
228225
arch: x86_64
229-
flags: --config=hermetic-llvm-macos-x86_64
230226
action: test
231227
- name: 'Wasmtime on Linux/x86_64'
232228
engine: 'wasmtime'
@@ -265,7 +261,6 @@ jobs:
265261
repo: 'com_github_bytecodealliance_wasmtime'
266262
os: macos-13
267263
arch: x86_64
268-
flags: --config=hermetic-llvm-macos-x86_64
269264
action: test
270265

271266
steps:

0 commit comments

Comments
 (0)