aboutsummaryrefslogtreecommitdiff
path: root/libcxx
diff options
context:
space:
mode:
authoreric <eric@efcs.ca>2024-03-06 08:55:46 -0500
committereric <eric@efcs.ca>2024-03-06 08:59:19 -0500
commita8dd99eb36bbf000bb1b42e27df8644eb0762fb8 (patch)
tree6e7c9ce6680b4600c3dcc5c1e1d2de29cfa77e61 /libcxx
parentae79854e4dcfb923130d3cd751363dbee19cb5b5 (diff)
downloadllvm-a8dd99eb36bbf000bb1b42e27df8644eb0762fb8.zip
llvm-a8dd99eb36bbf000bb1b42e27df8644eb0762fb8.tar.gz
llvm-a8dd99eb36bbf000bb1b42e27df8644eb0762fb8.tar.bz2
Bump the github actions runner base version.
Yesterday, one of the issues the libc++ builders encountered was that they were using a client that was too old; too old to even update automatically. To get things working, i had to push a testing image with this change. The testing image has been working for 12 hours now, so it's time to commit to it :-)
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/utils/ci/docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/utils/ci/docker-compose.yml b/libcxx/utils/ci/docker-compose.yml
index 26b341c..5cefcb2 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.311.0
+ BASE_IMAGE: ghcr.io/actions/actions-runner:2.314.1
<<: *compiler_versions
android-buildkite-builder:
image: ghcr.io/libcxx/android-buildkite-builder:${TAG:-latest}