Skip to content

Commit ac0ebdd

Browse files
authored
Add LLVM 21.1.1
1 parent a27ca44 commit ac0ebdd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ jobs:
2929
version:
3030
# - { major: 17, full: 17.0.6 }
3131
# - { major: 18, full: 18.1.8 }
32-
- { major: 19, full: 19.1.7 }
33-
- { major: 20, full: 20.1.8 }
32+
# - { major: 19, full: 19.1.7 }
33+
# - { major: 20, full: 20.1.8 }
34+
- { major: 21, full: 21.1.1 }
3435
steps:
3536
- uses: actions/checkout@v4
3637

0 commit comments

Comments
 (0)