[CI] Add LLVM/Clang 20

This commit is contained in:
Margen67
2025-07-05 01:25:01 -07:00
parent 3be371a4a3
commit 79509828f0
2 changed files with 23 additions and 19 deletions

View File

@@ -72,7 +72,7 @@ jobs:
strategy:
fail-fast: false
matrix:
LLVM_VERSION: ['${{ needs.lint.outputs.LLVM_VERSION }}']
LLVM_VERSION: ['${{ needs.lint.outputs.LLVM_VERSION }}', 20]
steps:
- uses: actions/checkout@main
with:
@@ -104,7 +104,7 @@ jobs:
if: steps.prepare_artifacts.outcome == 'success'
uses: actions/upload-artifact@main
with:
name: xenia_canary_linux
name: xenia_canary_linux_clang${{ matrix.LLVM_VERSION }}
path: artifacts
if-no-files-found: error