[libcxx-commits] [libcxx] 5d88fd3 - attempt to bump actions runner bot version so I can build a new image

Eric Fiselier via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 24 14:45:05 PDT 2024


Author: Eric Fiselier
Date: 2024-09-24T17:44:48-04:00
New Revision: 5d88fd33ee03105c02130e4f130ccf87997d940e

URL: https://github.com/llvm/llvm-project/commit/5d88fd33ee03105c02130e4f130ccf87997d940e
DIFF: https://github.com/llvm/llvm-project/commit/5d88fd33ee03105c02130e4f130ccf87997d940e.diff

LOG: attempt to bump actions runner bot version so I can build a new image

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 795e0dc98610d0..c32e016edeb152 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.317.0
+        BASE_IMAGE: ghcr.io/actions/actions-runner:2.319.1
         <<: *compiler_versions
   android-buildkite-builder:
     image: ghcr.io/libcxx/android-buildkite-builder:${TAG:-latest}


        


More information about the libcxx-commits mailing list