Skip to content
Merged
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-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ x-versions: &compiler_versions

x-image-versions: &image_versions
BASE_IMAGE: ubuntu:jammy
ACTIONS_BASE_IMAGE: builder-base
ACTIONS_BASE_IMAGE: ghcr.io/llvm/libcxx-linux-builder-base:77cb0980bcc2675b27d08141526939423fa0be76

services:
builder-base:
Expand All @@ -23,7 +23,7 @@ services:
dockerfile: Dockerfile
target: actions-builder
args:
GITHUB_RUNNER_VERSION: "2.326.0"
GITHUB_RUNNER_VERSION: "2.327.1"
<<: [*image_versions, *compiler_versions]

android-buildkite-builder:
Expand Down
Loading