Skip to content

Commit

Permalink
Remove experimental target
Browse files Browse the repository at this point in the history
  • Loading branch information
no1wudi committed Jul 13, 2023
1 parent d8ec90f commit 7643a9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,21 +56,21 @@ jobs:
uses: ./.github/workflows/build_llvm_libraries.yml
with:
os: "ubuntu-20.04"
arch: "X86 AArch64 ARC ARM Mips RISCV"
arch: "X86 AArch64 ARM RISCV"

build_llvm_libraries_on_ubuntu_2204:
needs: [create_tag, create_release]
uses: ./.github/workflows/build_llvm_libraries.yml
with:
os: "ubuntu-22.04"
arch: "X86 AArch64 ARC ARM Mips RISCV"
arch: "X86 AArch64 ARM RISCV"

build_llvm_libraries_on_macos:
needs: [create_tag, create_release]
uses: ./.github/workflows/build_llvm_libraries.yml
with:
os: "macos-latest"
arch: "X86 AArch64 ARC ARM Mips RISCV"
arch: "X86 AArch64 ARM RISCV"

#
# WAMRC
Expand Down

0 comments on commit 7643a9a

Please sign in to comment.