Skip to content

Commit 2de05a1

Browse files
authored
[Optimize] Update WASM toolchain (#77)
1 parent d32b56b commit 2de05a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
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
15+
swift_version: ["5.10.0-RELEASE"]
1616
os: [ubuntu-22.04]
1717
runs-on: ${{ matrix.os }}
1818
env:

0 commit comments

Comments
 (0)