Skip to content

Commit

Permalink
Update "wasm32-wasi" target name
Browse files Browse the repository at this point in the history
  • Loading branch information
dylni committed Nov 9, 2024
1 parent 183c220 commit a8a4fbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
target: [wasm32-unknown-unknown, wasm32-wasi, x86_64-unknown-redox]
version: [1.74.0, stable, beta, nightly]
target: [wasm32-unknown-unknown, wasm32-wasip1, x86_64-unknown-redox]
version: [1.78.0, stable, beta, nightly]
include:
- target: x86_64-fortanix-unknown-sgx
version: nightly
Expand Down

0 comments on commit a8a4fbd

Please sign in to comment.