Skip to content

Commit

Permalink
SOF-7417: chore ==> run github workflows on ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Aug 5, 2024
1 parent 001bdb9 commit 2304b3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

jobs:
run-linter:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
python-version:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 2304b3c

Please sign in to comment.