Skip to content

Commit

Permalink
Bump Rust CI version to 1.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark McCaskey committed Nov 19, 2020
1 parent 47f8679 commit a4640f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@ jobs:
include:
- build: linux
os: ubuntu-18.04
rust: 1.46.0
rust: 1.47.0
llvm_url: 'https://github.com/wasmerio/llvm-build/releases/download/10.x/Ubuntu1604_Release.tar.xz'
# llvm_url: 'https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.0/clang+llvm-10.0.0-x86_64-linux-gnu-ubuntu-18.04.tar.xz'
artifact_name: 'wasmer-linux-amd64'
- build: macos
os: macos-latest
rust: 1.46.0
rust: 1.47.0
llvm_url: 'https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.0/clang+llvm-10.0.0-x86_64-apple-darwin.tar.xz'
artifact_name: 'wasmer-macos-amd64'
- build: windows
os: windows-latest
rust: 1.46.0
rust: 1.47.0
artifact_name: 'wasmer-windows-amd64'
- build: linux-aarch64
os: [self-hosted, Linux, ARM64]
rust: 1.46.0
rust: 1.47.0
llvm_url: 'https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.0/clang+llvm-10.0.0-aarch64-linux-gnu.tar.xz'
artifact_name: 'wasmer-linux-aarch64'
env:
Expand Down

0 comments on commit a4640f1

Please sign in to comment.