From 2304b3c81053626c1488a4c03981f309133ac3db Mon Sep 17 00:00:00 2001 From: Pranab Das <31024886+pranabdas@users.noreply.github.com> Date: Mon, 5 Aug 2024 23:28:23 +0800 Subject: [PATCH] SOF-7417: chore ==> run github workflows on ubuntu-22.04 --- .github/workflows/cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 638e912f..893b9fbe 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -8,7 +8,7 @@ concurrency: jobs: run-linter: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: python-version: @@ -36,7 +36,7 @@ jobs: python-version: ${{ matrix.python-version }} run-tests: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: python-version: