[libcxx-commits] [libcxx] 0c2a508 - Bump actions runner image used	for libc++'s builders.
    Eric Fiselier via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Thu May  2 14:47:27 PDT 2024
    
    
  
Author: Eric Fiselier
Date: 2024-05-02T17:46:28-04:00
New Revision: 0c2a508f4da225262a8d2a224e576bc507bf5e0b
URL: https://github.com/llvm/llvm-project/commit/0c2a508f4da225262a8d2a224e576bc507bf5e0b
DIFF: https://github.com/llvm/llvm-project/commit/0c2a508f4da225262a8d2a224e576bc507bf5e0b.diff
LOG: Bump actions runner image used for libc++'s builders.
The builders are not producing warnings about the runner version being
out of date. This is an attempt to fix that.
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 af9a48481e8b67..63aa43990b293c 100644
--- a/libcxx/utils/ci/docker-compose.yml
+++ b/libcxx/utils/ci/docker-compose.yml
@@ -21,7 +21,7 @@ services:
       dockerfile: Dockerfile
       target: actions-builder
       args:
-        BASE_IMAGE: ghcr.io/actions/actions-runner:2.314.1
+        BASE_IMAGE: ghcr.io/actions/actions-runner:2.316.1
         <<: *compiler_versions
   android-buildkite-builder:
     image: ghcr.io/libcxx/android-buildkite-builder:${TAG:-latest}
        
    
    
More information about the libcxx-commits
mailing list