Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions libcxx/utils/ci/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ services:
context: ../../../.. # monorepo root
dockerfile: libcxx/utils/ci/docker/linux-builder.dockerfile
args:
BASE_IMAGE_VERSION: 825943e06f840710177e5514c4f61c9e73660c44
GITHUB_RUNNER_VERSION: 2.329.0
BASE_IMAGE_VERSION: 77cb0980bcc2675b27d08141526939423fa0be76
GITHUB_RUNNER_VERSION: 2.330.0

libcxx-android-builder:
image: ghcr.io/llvm/libcxx-android-builder:${TAG:-latest}
Expand Down
Loading