From c52bc11528678086eb3f2876917f546f5c8f56f7 Mon Sep 17 00:00:00 2001 From: Liam Girdwood Date: Fri, 2 May 2025 13:26:56 +0100 Subject: [PATCH] github: workflows: update sof-docs to a more recent stable release This is step 1 to unblock the test and it will also need a commit in sof-docs to re-enable. This commit wont fix by itself. Signed-off-by: Liam Girdwood --- .github/workflows/sof-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sof-docs.yml b/.github/workflows/sof-docs.yml index da8fd71b4ab7..d3489a94fa00 100644 --- a/.github/workflows/sof-docs.yml +++ b/.github/workflows/sof-docs.yml @@ -26,7 +26,7 @@ jobs: # example in # https://github.com/thesofproject/sof/pull/5731#issuecomment-1175630147 sof-docs: - runs-on: ubuntu-20.04 # sof-docs is still stuck to this for now + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4