Skip to content

Commit c365774

Browse files
authored
Update build_llvm.yml
1 parent fe5ca30 commit c365774

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_llvm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ jobs:
5555
os: "almalinux"
5656
arch: x86_64
5757
- name: "wasm_wasi"
58-
runs-on: "ubuntu-22.04"
59-
container: "quay.io/pypa/manylinux_2_28_x86_64"
60-
os: "almalinux"
58+
runs-on: "macos-14"
59+
# container: "quay.io/pypa/manylinux_2_28_x86_64"
60+
os: "macos"
6161
arch: "wasm32-wasi"
6262
- name: "windows_x86_64"
6363
runs-on: "windows-2019"

0 commit comments

Comments
 (0)