Skip to content

Commit

Permalink
[Optimize] Update WASM toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Ye committed Jun 15, 2024
1 parent d32b56b commit 9233108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
swift_version: ["5.10-SNAPSHOT-2024-03-30-a"] # "5.10-RELEASE" is not release for WASM, tracked via https://github.com/swiftwasm/swift/issues/5570
swift_version: ["5.10-RELEASE"]
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}
env:
Expand Down

0 comments on commit 9233108

Please sign in to comment.