Skip to content

Commit ef1b443

Browse files
committed
github: workflows: update to a more recent Ubuntu 24.10
Update to use more recent tooling for doc generation. Signed-off-by: Liam Girdwood <[email protected]>
1 parent fbdf4f0 commit ef1b443

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 3 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-22.04
35+
runs-on: ubuntu-24.10
3636

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

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

103103
lax:
104104
name: "PIP_IGNORE_INSTALLED=0 requirements-lax.txt"
105-
runs-on: ubuntu-22.04
105+
runs-on: ubuntu-24.10
106106
# Makefile downgrades the Sphinx warnings, they are not errors any more
107107
env: {LAX: 1}
108108
steps:

0 commit comments

Comments
 (0)