From b4da0efcd9a0e52dedc3b5e5237da844dea2b86b Mon Sep 17 00:00:00 2001 From: "Tomoya.Fujita" Date: Thu, 9 May 2024 21:49:01 -0700 Subject: [PATCH] remove ubuntu 20.04 from github workflow. Signed-off-by: Tomoya.Fujita --- .github/workflows/build-docker-images.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-docker-images.yml b/.github/workflows/build-docker-images.yml index fdd9e27..b798eaf 100644 --- a/.github/workflows/build-docker-images.yml +++ b/.github/workflows/build-docker-images.yml @@ -24,7 +24,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, ubuntu-20.04] + os: [ubuntu-latest] steps: - name: Check out repository code @@ -38,7 +38,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, ubuntu-20.04] + os: [ubuntu-latest] steps: - name: Check out repository code