Skip to content

Commit 1caf7ca

Browse files
committed
Update default VM image to ubuntu-minimal-2204-lts
1 parent 6bab8d4 commit 1caf7ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ This are the most common variables you may want to change:
9696

9797
* Executed by unprivileged user with name `agent` with the default uid `10000` and gid `10000`. Can be changed with `github_runner_uid`.
9898
* Provides docker-daemon and docker-buildx by default. Additional packages can be installed with `github_runner_packages`.
99-
* Only works with images that are based on debian (rely on apt package manager). Runs image `ubuntu-minimal-2004-lts` by default. Change with `machine_image`.
99+
* Only works with images that are based on debian (rely on apt package manager). Runs image `ubuntu-minimal-2204-lts` by default. Change with `machine_image`.
100100

101101
#### Magic Labels
102102

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ variable "disk_size_gb" {
1919
variable "machine_image" {
2020
type = string
2121
description = "The VM instance boot image (gcloud compute images list --filter ubuntu-os). Only Linux is supported!"
22-
default = "ubuntu-os-cloud/ubuntu-minimal-2004-lts"
22+
default = "ubuntu-os-cloud/ubuntu-minimal-2204-lts"
2323
}
2424

2525
variable "machine_preemtible" {

0 commit comments

Comments
 (0)