Skip to content

Commit 74f9984

Browse files
committed
[ci] Update docs runner to Ubuntu 24.04
1 parent 68e6164 commit 74f9984

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
# Niklas: Running on the old container until I can figure out why the doc generator hangs
5555
api-docs-all:
56-
runs-on: ubuntu-20.04
56+
runs-on: ubuntu-24.04
5757
container:
5858
image: ghcr.io/modm-ext/modm-build-base:2022-09-27
5959
steps:

.github/workflows/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ jobs:
385385

386386
# Niklas: Running on the old container until I can figure out why the doc generator hangs
387387
build-docs-test:
388-
runs-on: ubuntu-20.04
388+
runs-on: ubuntu-24.04
389389
timeout-minutes: 30
390390
container:
391391
image: ghcr.io/modm-ext/modm-build-base:2022-09-27

0 commit comments

Comments
 (0)