Skip to content

Commit a27ca44

Browse files
authored
Update LLVM 19 to 19.1.7; add LLVM 20.1.8
1 parent be67205 commit a27ca44

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
version:
3030
# - { major: 17, full: 17.0.6 }
3131
# - { major: 18, full: 18.1.8 }
32-
- { major: 19, full: 19.1.6 }
32+
- { major: 19, full: 19.1.7 }
33+
- { major: 20, full: 20.1.8 }
3334
steps:
3435
- uses: actions/checkout@v4
3536

0 commit comments

Comments
 (0)