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 b53d5ea commit b01ea55
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 @@ -28,8 +28,8 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
target: [wasm32-wasi, x86_64-unknown-redox]
version: [1.64.0, stable, beta, nightly]
target: [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 b01ea55

Please sign in to comment.