From 7e13a83644bd5a0485a2af8d6693c518bc3c8af8 Mon Sep 17 00:00:00 2001 From: Alex Reinking Date: Fri, 22 Nov 2024 16:45:27 -0500 Subject: [PATCH] Update LLVM 19 -> 19.1.4 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c0d64eb..3e37f20 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: version: # - { major: 17, full: 17.0.6 } # - { major: 18, full: 18.1.8 } - - { major: 19, full: 19.1.0 } + - { major: 19, full: 19.1.4 } steps: - uses: actions/checkout@v4