Skip to content

Commit 930c68a

Browse files
committed
Update CI
1 parent d25725a commit 930c68a

3 files changed

Lines changed: 576 additions & 63 deletions

File tree

.github/workflows/wasm.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ on:
66

77
jobs:
88
build:
9-
name: Build and Test on WebAssembly
10-
runs-on: ubuntu-24.04
9+
runs-on: macos-latest
10+
1111
steps:
1212
- uses: actions/checkout@v4
1313

14+
# Use Swift 6.0.3 to match the pinned SDK version in build-and-test-wasm.sh
15+
# The script will automatically install the 6.0.3-RELEASE WASM SDK
1416
- name: Install Swift
1517
uses: swift-actions/setup-swift@v2
1618
with:
@@ -22,7 +24,7 @@ jobs:
2224
- name: Install Wasmtime
2325
uses: bytecodealliance/actions/wasmtime/setup@v1
2426
with:
25-
version: "29.0.1"
27+
version: "40.0.2"
2628
github_token: ${{ github.token }}
2729

2830
- name: Build and Test

0 commit comments

Comments
 (0)