Skip to content

Commit 59cf89b

Browse files
authored
Produce LLVM 19 images
1 parent 344637d commit 59cf89b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ jobs:
2727
- x86_64
2828
# - aarch64
2929
version:
30-
- major: 17
31-
full: 17.0.6
32-
- major: 18
33-
full: 18.1.8
30+
# - { major: 17, full: 17.0.6 }
31+
# - { major: 18, full: 18.1.8 }
32+
- { major: 19, full: 19.1.0 }
3433
steps:
3534
- uses: actions/checkout@v4
3635

0 commit comments

Comments
 (0)