cmd/determine-rebottle-runners: use Ubuntu 22.04

master
danielnachun 2022-09-15 13:09:28 -07:00 committed by Mike McQuaid
parent 9095f2f2fc
commit a5c271b6c3
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ module Homebrew
linux_runner_spec = {
runner: linux_runner,
container: {
image: "ghcr.io/homebrew/ubuntu16.04:master",
image: "ghcr.io/homebrew/ubuntu22.04:master",
options: "--user=linuxbrew -e GITHUB_ACTIONS_HOMEBREW_SELF_HOSTED",
},
workdir: "/github/home",