Skip to content

Commit 0c2a508

Browse files
committed
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.
1 parent 26060de commit 0c2a508

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.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)