Skip to content

Commit e4aa6f5

Browse files
EricWFcopybara-github
authored andcommitted
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. NOKEYCHECK=True GitOrigin-RevId: 0c2a508f4da225262a8d2a224e576bc507bf5e0b
1 parent cc6bf0e commit e4aa6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.314.1
24+
BASE_IMAGE: ghcr.io/actions/actions-runner:2.316.1
2525
<<: *compiler_versions
2626
android-buildkite-builder:
2727
image: ghcr.io/libcxx/android-buildkite-builder:${TAG:-latest}

0 commit comments

Comments
 (0)