Skip to content

Commit 3452d78

Browse files
authored
Update TinyGo in CI (#937)
Looks like `macos-latest` is turning into arm64 macOS and 0.30.0 doesn't have binaries for this which is breaking CI.
1 parent 118e96f commit 3452d78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ jobs:
9999
- uses: actions/setup-go@v4
100100
with:
101101
go-version: '1.20'
102-
- uses: acifani/setup-tinygo@v1
102+
- uses: acifani/setup-tinygo@v2
103103
with:
104-
tinygo-version: 0.30.0
104+
tinygo-version: 0.31.0
105105
- name: All but Windows, cargo test --workspace
106106
if : matrix.os != 'windows-latest'
107107
run: cargo test --workspace

0 commit comments

Comments
 (0)