Skip to content

Commit b250b61

Browse files
authored
Update wasm CI to Swift 5.10 (#109)
1 parent 304d285 commit b250b61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wasm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ 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-RELEASE"]
1616
os: [ubuntu-22.04]
17+
extra_params: []
1718
runs-on: ${{ matrix.os }}
1819
env:
1920
OPENSWIFTUI_WERROR: 1

0 commit comments

Comments
 (0)