From 8bfed78926bfa59e35b41bbcdd2df22663b3cd9d Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Tue, 15 Oct 2024 08:14:54 +0200 Subject: [PATCH] pin ubuntu version to 22.04 (try to fix https://github.com/Kozea/Radicale/issues/1594) --- .github/workflows/generate-documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-documentation.yml b/.github/workflows/generate-documentation.yml index 3b94427e..d766a834 100644 --- a/.github/workflows/generate-documentation.yml +++ b/.github/workflows/generate-documentation.yml @@ -6,7 +6,7 @@ on: jobs: generate: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 with: