Skip to content

Commit a8dd99e

Browse files
committed
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 :-)
1 parent ae79854 commit a8dd99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/utils/ci/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
dockerfile: Dockerfile
2222
target: actions-builder
2323
args:
24-
BASE_IMAGE: ghcr.io/actions/actions-runner:2.311.0
24+
BASE_IMAGE: ghcr.io/actions/actions-runner:2.314.1
2525
<<: *compiler_versions
2626
android-buildkite-builder:
2727
image: ghcr.io/libcxx/android-buildkite-builder:${TAG:-latest}

0 commit comments

Comments
 (0)