mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-09 21:43:40 +00:00
all: switch to LLVM 17 by default
This commit is contained in:
committed by
Ron Evans
parent
9a4bfd0e96
commit
6cdfc298cf
@@ -142,8 +142,8 @@ jobs:
|
||||
- name: Check binary
|
||||
run: tinygo version
|
||||
- name: Build TinyGo (default LLVM)
|
||||
if: matrix.version == 16
|
||||
if: matrix.version == 17
|
||||
run: go install
|
||||
- name: Check binary
|
||||
if: matrix.version == 16
|
||||
if: matrix.version == 17
|
||||
run: tinygo version
|
||||
|
||||
Reference in New Issue
Block a user