From 5249dfdf8a8baa069cf31007b23cd7cbadddbf8e Mon Sep 17 00:00:00 2001 From: Dana Doherty Date: Tue, 18 Feb 2025 17:29:35 +0000 Subject: [PATCH] (CAT-2224) - Update Ubuntu --- .github/workflows/acceptance.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/acceptance.yml b/.github/workflows/acceptance.yml index 915498e..2b805b6 100644 --- a/.github/workflows/acceptance.yml +++ b/.github/workflows/acceptance.yml @@ -40,12 +40,11 @@ on: type: string runs-on: description: run the workflow on - default: ubuntu-20.04 + default: ubuntu-latest type: choice options: - ubuntu-latest - ubuntu-22.04 - - ubuntu-20.04 env: REGISTRY: ${{ vars.DOCKER_REGISTRY != '' && vars.DOCKER_REGISTRY || 'ghcr.io' }}