Skip to content

Commit 2a658de

Browse files
marc-hblgirdwood
authored andcommitted
.github: upgrade "lax" build from Ubuntu 20.04 to 22.04
Ubuntu 20.04 is old, we don't want to hear about it. Signed-off-by: Marc Herbert <[email protected]>
1 parent 91a4cee commit 2a658de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
supported-reqs:
3333

3434
name: 'Supported scripts/requirements.txt'
35-
runs-on: ubuntu-20.04
35+
runs-on: ubuntu-22.04
3636

3737
steps:
3838
- uses: actions/checkout@v3
@@ -81,7 +81,7 @@ jobs:
8181

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

0 commit comments

Comments
 (0)