From 63a03d41a19c65ee5d034333bc7334101efc7907 Mon Sep 17 00:00:00 2001 From: James Olds Date: Thu, 19 Oct 2023 21:34:34 -0400 Subject: [PATCH] use llvm-16 toolchain --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c41ce5b02387b0..810d7061aaccea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: contents: write env: - LLVM_VER: 17 + LLVM_VER: 16 steps: - uses: actions/checkout@v4