Skip to content

Commit

Permalink
.github: upgrade "lax" build from Ubuntu 20.04 to 22.04
Browse files Browse the repository at this point in the history
Ubuntu 20.04 is old, we don't want to hear about it.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb authored and lgirdwood committed Jul 11, 2023
1 parent 91a4cee commit 2a658de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
supported-reqs:

name: 'Supported scripts/requirements.txt'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:

deploy:
needs: supported-reqs
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/publish' }}
steps:
# download the build result from the same workflow
Expand Down

0 comments on commit 2a658de

Please sign in to comment.