cmd/determine-rebottle-runners: use Ubuntu 22.04
parent
9095f2f2fc
commit
a5c271b6c3
|
@ -34,7 +34,7 @@ module Homebrew
|
||||||
linux_runner_spec = {
|
linux_runner_spec = {
|
||||||
runner: linux_runner,
|
runner: linux_runner,
|
||||||
container: {
|
container: {
|
||||||
image: "ghcr.io/homebrew/ubuntu16.04:master",
|
image: "ghcr.io/homebrew/ubuntu22.04:master",
|
||||||
options: "--user=linuxbrew -e GITHUB_ACTIONS_HOMEBREW_SELF_HOSTED",
|
options: "--user=linuxbrew -e GITHUB_ACTIONS_HOMEBREW_SELF_HOSTED",
|
||||||
},
|
},
|
||||||
workdir: "/github/home",
|
workdir: "/github/home",
|
||||||
|
|
Loading…
Reference in New Issue