From bbfb1debe1228d4528b43ae81bd96d5fe7c4252a Mon Sep 17 00:00:00 2001 From: Niklas Hauser Date: Thu, 28 Dec 2023 00:14:05 +0100 Subject: [PATCH] [ci] Update documentation containers --- .github/workflows/deploy-docs.yml | 5 ++--- .github/workflows/linux.yml | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index ac22dcdad9..b4124d2ebf 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -47,11 +47,10 @@ jobs: git diff-index --quiet HEAD || git commit -m "Update" git push origin master - # Niklas: Running on the old container until I can figure out why the doc generator hangs api-docs-all: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 container: - image: ghcr.io/modm-ext/modm-build-base:2022-09-27 + image: ghcr.io/modm-ext/modm-build-base:2023-03-12 steps: - name: Check out repository uses: actions/checkout@v3 diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 25397a23b4..4fbf346125 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -372,12 +372,11 @@ jobs: name: hal-compile-quick-4 path: test/all/log - # Niklas: Running on the old container until I can figure out why the doc generator hangs build-docs-test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 timeout-minutes: 30 container: - image: ghcr.io/modm-ext/modm-build-base:2022-09-27 + image: ghcr.io/modm-ext/modm-build-base:2023-03-12 steps: - name: Check out repository uses: actions/checkout@v3