From 0e8d9b3b62269bdfec2ba426671ebb09a93f6949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emre=20K=C4=B1c=C4=B1man?= Date: Thu, 13 Feb 2025 01:06:24 -0800 Subject: [PATCH 1/2] Update docs.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update runner image to ubuntu-latest from older ubuntu image being shut down Signed-off-by: Emre Kıcıman --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d524aa5fb..c9795ac7b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -16,7 +16,7 @@ on: jobs: docs: - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest container: image: "ghcr.io/${{ github.repository_owner }}/dowhy-docs-generation:latest" steps: From e01915d9495942d090d8d2064dfdecaef12dd377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emre=20K=C4=B1c=C4=B1man?= Date: Thu, 13 Feb 2025 01:08:31 -0800 Subject: [PATCH 2/2] Update docs-ci.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update runner image to ubuntu-latest from older ubuntu image being shut down Signed-off-by: Emre Kıcıman --- .github/workflows/docs-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-ci.yml b/.github/workflows/docs-ci.yml index beb160a57..19f0952c0 100644 --- a/.github/workflows/docs-ci.yml +++ b/.github/workflows/docs-ci.yml @@ -12,7 +12,7 @@ on: jobs: docs: - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest container: image: "ghcr.io/${{ github.repository_owner }}/dowhy-docs-generation:latest" steps: