Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ jobs:
container: ghcr.io/homebrew/ubuntu24.04:latest
- name: test-bot (Linux x86_64)
runs-on: ubuntu-latest
container: ghcr.io/homebrew/ubuntu22.04:main
container: ghcr.io/homebrew/brew:main
# Use Debian Old Stable for testing Homebrew's glibc support.
- name: test-bot (Linux Homebrew glibc)
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Library/Homebrew/dev-cmd/generate-cask-ci-matrix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def generate_matrix(tap, labels: [], cask_names: [], skip_install: false, new_ca

if runner.fetch(:symbol) == :linux
runner_output[:container] = {
image: "ghcr.io/homebrew/ubuntu22.04:main",
image: "ghcr.io/homebrew/brew:main",
options: "--user=linuxbrew",
}
end
Expand Down
2 changes: 1 addition & 1 deletion Library/Homebrew/github_runner_matrix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def linux_runner_spec(arch)
name: "Linux #{arch}",
runner: linux_runner,
container: {
image: "ghcr.io/homebrew/ubuntu22.04:main",
image: "ghcr.io/homebrew/brew:main",
Comment thread
MikeMcQuaid marked this conversation as resolved.
options: "--user=linuxbrew -e GITHUB_ACTIONS_HOMEBREW_SELF_HOSTED",
},
workdir: "/github/home",
Expand Down
Loading