[libcxx-commits] [libcxx] 4005185 - [libc++][CI] Updates the version number of the latest release.

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 14 09:46:44 PDT 2024


Author: Mark de Wever
Date: 2024-03-14T17:46:14+01:00
New Revision: 400518526849b8e03400449502a2da67db40157c

URL: https://github.com/llvm/llvm-project/commit/400518526849b8e03400449502a2da67db40157c
DIFF: https://github.com/llvm/llvm-project/commit/400518526849b8e03400449502a2da67db40157c.diff

LOG: [libc++][CI] Updates the version number of the latest release.

Added: 
    

Modified: 
    libcxx/utils/ci/docker-compose.yml

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/ci/docker-compose.yml b/libcxx/utils/ci/docker-compose.yml
index 5cefcb28bd860c..af9a48481e8b67 100644
--- a/libcxx/utils/ci/docker-compose.yml
+++ b/libcxx/utils/ci/docker-compose.yml
@@ -2,7 +2,7 @@ version: '3.7'
 
 x-versions: &compiler_versions
   GCC_LATEST_VERSION: 13
-  LLVM_HEAD_VERSION: 18
+  LLVM_HEAD_VERSION: 19
 
 services:
   buildkite-builder:


        


More information about the libcxx-commits mailing list