Skip to content

Commit

Permalink
change to ubuntu only
Browse files Browse the repository at this point in the history
  • Loading branch information
omer9564 committed Feb 11, 2025
1 parent dd66f11 commit e9cabec
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@ jobs:
# rust-toolchain: 'stable'
# llvm_url: 'https://github.com/wasmerio/llvm-custom-builds/releases/download/11.x/linux-aarch64.tar.gz'

- id: 'darwin-amd64'
os: 'macos-latest'
target-name: 'x86_64-apple-darwin'
rust-toolchain: 'stable'
llvm_url: 'https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.0/clang+llvm-13.0.0-x86_64-apple-darwin.tar.xz'

- id: 'windows-amd64'
os: 'windows-latest'
target-name: 'x86_64-pc-windows-msvc'
rust-toolchain: 'stable'
# llvm_url: 'https://github.com/wasmerio/llvm-custom-builds/releases/download/11.x/windows-amd64.tar.gz'
llvm_choco_version: 13.0.0
# - id: 'darwin-amd64'
# os: 'macos-latest'
# target-name: 'x86_64-apple-darwin'
# rust-toolchain: 'stable'
# llvm_url: 'https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.0/clang+llvm-13.0.0-x86_64-apple-darwin.tar.xz'
#
# - id: 'windows-amd64'
# os: 'windows-latest'
# target-name: 'x86_64-pc-windows-msvc'
# rust-toolchain: 'stable'
# # llvm_url: 'https://github.com/wasmerio/llvm-custom-builds/releases/download/11.x/windows-amd64.tar.gz'
# llvm_choco_version: 13.0.0

fail-fast: true

Expand Down

0 comments on commit e9cabec

Please sign in to comment.