Skip to content

Commit

Permalink
Update TinyGo in CI (#937)
Browse files Browse the repository at this point in the history
Looks like `macos-latest` is turning into arm64 macOS and 0.30.0 doesn't
have binaries for this which is breaking CI.
  • Loading branch information
alexcrichton authored Apr 25, 2024
1 parent 118e96f commit 3452d78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- uses: acifani/setup-tinygo@v1
- uses: acifani/setup-tinygo@v2
with:
tinygo-version: 0.30.0
tinygo-version: 0.31.0
- name: All but Windows, cargo test --workspace
if : matrix.os != 'windows-latest'
run: cargo test --workspace
Expand Down

0 comments on commit 3452d78

Please sign in to comment.