Skip to content

Commit b530208

Browse files
[libcxx][Github] Bump Runner Version to v2.330.0
Bumps the runner version to keep things up to date (and prevent us from falling below the support horizon), and also reset the base image version to what it was before bf07226 to ensure we are not changing versions of any of the toolchain components.
1 parent 8ab7b60 commit b530208

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxx/utils/ci/docker/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ services:
2323
context: ../../../.. # monorepo root
2424
dockerfile: libcxx/utils/ci/docker/linux-builder.dockerfile
2525
args:
26-
BASE_IMAGE_VERSION: 825943e06f840710177e5514c4f61c9e73660c44
27-
GITHUB_RUNNER_VERSION: 2.329.0
26+
BASE_IMAGE_VERSION: 77cb0980bcc2675b27d08141526939423fa0be76
27+
GITHUB_RUNNER_VERSION: 2.330.0
2828

2929
libcxx-android-builder:
3030
image: ghcr.io/llvm/libcxx-android-builder:${TAG:-latest}

0 commit comments

Comments
 (0)