mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
committed by
GitHub
parent
58c59361ea
commit
21343baa75
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -12,7 +12,7 @@ env:
|
||||
LLVM_RELEASE_VERSION_LINUX: 17
|
||||
LLVM_RELEASE_VERSION_OPENBSD: 19
|
||||
LLVM_RELEASE_VERSION_UBUNTU22: 17
|
||||
LLVM_DEV_VERSION: 21
|
||||
LLVM_DEV_VERSION: 22
|
||||
jobs:
|
||||
|
||||
build-msvc:
|
||||
@@ -230,7 +230,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
build_type: [Release, Debug]
|
||||
llvm_version: [17, 18, 19, 20]
|
||||
llvm_version: [17, 18, 19, 20, 21]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user