all: initial support for LLVM 21

This commit is contained in:
Ayke van Laethem
2025-09-16 16:45:56 +02:00
parent 109e0767e7
commit 63e3c3ec24
10 changed files with 49 additions and 25 deletions
+3 -3
View File
@@ -117,7 +117,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
version: [16, 17, 18, 19, 20]
version: [16, 17, 18, 19, 20, 21]
steps:
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master
@@ -141,8 +141,8 @@ jobs:
- name: Check binary
run: tinygo version
- name: Build TinyGo (default LLVM)
if: matrix.version == 20
if: matrix.version == 21
run: go install
- name: Check binary
if: matrix.version == 20
if: matrix.version == 21
run: tinygo version