Skip to content

Commit b97199b

Browse files
authored
Merge pull request #9 from dhil/wasmfx-merge
Merge with upstream
2 parents 0b439cf + 2e4bab0 commit b97199b

File tree

11 files changed

+234
-172
lines changed

11 files changed

+234
-172
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
os: ubuntu-latest
2525
- build: x86_64-macos
2626
os: macos-latest
27+
target: x86_64-apple-darwin
2728
- build: aarch64-macos
2829
os: macos-latest
2930
target: aarch64-apple-darwin
@@ -99,9 +100,9 @@ jobs:
99100
- uses: actions/setup-go@v4
100101
with:
101102
go-version: '1.20'
102-
- uses: acifani/setup-tinygo@v1
103+
- uses: acifani/setup-tinygo@v2
103104
with:
104-
tinygo-version: 0.30.0
105+
tinygo-version: 0.31.0
105106
- name: All but Windows, cargo test --workspace
106107
if : matrix.os != 'windows-latest'
107108
run: cargo test --workspace

0 commit comments

Comments
 (0)