From 4ba0a78025758e422cd899abfcb2ac4ff6946241 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Sun, 27 Apr 2025 10:02:44 -0400 Subject: [PATCH] workflows: use ubuntu-latest everywhere Github has disabled ubuntu 20.04: `This is a scheduled Ubuntu 20.04 retirement.` Update to ubuntu latest to find out what jq issue the comment was referring to. Signed-off-by: John Mulligan --- .github/workflows/container-image.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/container-image.yml b/.github/workflows/container-image.yml index 64cb25d..db5b01f 100644 --- a/.github/workflows/container-image.yml +++ b/.github/workflows/container-image.yml @@ -205,8 +205,7 @@ jobs: needs: - build-ad-server - build-server - # need to explicitly use 20.04 to avoid problems with jq... - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest env: BUILDAH_FORMAT: oci IMG_TAG: ${{ matrix.package_source }}-${{ matrix.os }}-${{ matrix.arch }}