We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d25725a commit 930c68aCopy full SHA for 930c68a
3 files changed
.github/workflows/wasm.yml
@@ -6,11 +6,13 @@ on:
6
7
jobs:
8
build:
9
- name: Build and Test on WebAssembly
10
- runs-on: ubuntu-24.04
+ runs-on: macos-latest
+
11
steps:
12
- uses: actions/checkout@v4
13
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
16
- name: Install Swift
17
uses: swift-actions/setup-swift@v2
18
with:
@@ -22,7 +24,7 @@ jobs:
22
24
- name: Install Wasmtime
23
25
uses: bytecodealliance/actions/wasmtime/setup@v1
26
- version: "29.0.1"
27
+ version: "40.0.2"
28
github_token: ${{ github.token }}
29
30
- name: Build and Test
0 commit comments