From af366d8761ba6b1c20ac6b983300fdfcc7be8251 Mon Sep 17 00:00:00 2001 From: Anton Tolchanov Date: Mon, 27 Jan 2025 14:31:46 +0000 Subject: [PATCH] .github: test installer script on latest ubuntu with wget Updates tailscale/corp#8952 --- .github/workflows/installer.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml index 1c39e4d74..99b10b8fe 100644 --- a/.github/workflows/installer.yml +++ b/.github/workflows/installer.yml @@ -59,6 +59,7 @@ jobs: # Check a few images with wget rather than curl. - { image: "debian:oldstable-slim", deps: "wget" } - { image: "debian:sid-slim", deps: "wget" } + - { image: "ubuntu:24.04", deps: "wget" } runs-on: ubuntu-latest container: image: ${{ matrix.image }}