Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/swiftwasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
branches: ["wasm32-wasi"]
env:
SWIFT_VERSION: main-snapshot-2026-03-09
SWIFT_VERSION: main-snapshot-2026-03-16
WASMTIME_VERSION: 42.0.0
permissions: {}
defaults:
Expand All @@ -17,9 +17,9 @@ jobs:
matrix:
target:
- sdk:
url: https://download.swift.org/development/wasm-sdk/swift-DEVELOPMENT-SNAPSHOT-2026-03-09-a/swift-DEVELOPMENT-SNAPSHOT-2026-03-09-a_wasm.artifactbundle.tar.gz
checksum: 37defbeca856ab15377411c3c47881132ec03f614f036223feef6b0280ce0a54
id: swift-DEVELOPMENT-SNAPSHOT-2026-03-09-a_wasm
url: https://download.swift.org/development/wasm-sdk/swift-DEVELOPMENT-SNAPSHOT-2026-03-16-a/swift-DEVELOPMENT-SNAPSHOT-2026-03-16-a_wasm.artifactbundle.tar.gz
checksum: c5f668a6cfff73a6aef9d00f8ae657de356bef55b13218f52794c02b81805605
id: swift-DEVELOPMENT-SNAPSHOT-2026-03-16-a_wasm
artifact-name: swift-format.wasm
other-wasmopt-flags:
runs-on: ubuntu-24.04-arm
Expand Down Expand Up @@ -81,9 +81,9 @@ jobs:
matrix:
target:
- sdk:
url: https://download.swift.org/development/wasm-sdk/swift-DEVELOPMENT-SNAPSHOT-2026-03-09-a/swift-DEVELOPMENT-SNAPSHOT-2026-03-09-a_wasm.artifactbundle.tar.gz
checksum: 37defbeca856ab15377411c3c47881132ec03f614f036223feef6b0280ce0a54
id: swift-DEVELOPMENT-SNAPSHOT-2026-03-09-a_wasm
url: https://download.swift.org/development/wasm-sdk/swift-DEVELOPMENT-SNAPSHOT-2026-03-16-a/swift-DEVELOPMENT-SNAPSHOT-2026-03-16-a_wasm.artifactbundle.tar.gz
checksum: c5f668a6cfff73a6aef9d00f8ae657de356bef55b13218f52794c02b81805605
id: swift-DEVELOPMENT-SNAPSHOT-2026-03-16-a_wasm
runs-on: ubuntu-24.04-arm
permissions:
contents: read
Expand Down
Loading