Skip to content

Commit

Permalink
Fix SwiftWasm CI
Browse files Browse the repository at this point in the history
The old snapshots did not support the renamed `swiftLanguageModes` Package.swift parameter.
  • Loading branch information
stephencelis authored Sep 25, 2024
1 parent ee52bed commit 8873e12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
strategy:
matrix:
include:
- toolchain: swift-DEVELOPMENT-SNAPSHOT-2024-07-08-a
swift-sdk: swift-wasm-DEVELOPMENT-SNAPSHOT-2024-07-09-a
- toolchain: swift-DEVELOPMENT-SNAPSHOT-2024-09-18-a
swift-sdk: swift-wasm-DEVELOPMENT-SNAPSHOT-2024-09-20-a
steps:
- uses: actions/checkout@v4
- uses: bytecodealliance/actions/wasmtime/setup@v1
Expand Down

0 comments on commit 8873e12

Please sign in to comment.