From 59cf89bd2ceb37e8ff1fd41c38163e8f6c0d8382 Mon Sep 17 00:00:00 2001 From: Alex Reinking Date: Fri, 20 Sep 2024 14:35:27 -0400 Subject: [PATCH] Produce LLVM 19 images --- .github/workflows/build.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cf665ce..c0d64eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,10 +27,9 @@ jobs: - x86_64 # - aarch64 version: - - major: 17 - full: 17.0.6 - - major: 18 - full: 18.1.8 + # - { major: 17, full: 17.0.6 } + # - { major: 18, full: 18.1.8 } + - { major: 19, full: 19.1.0 } steps: - uses: actions/checkout@v4