From 8cdf2625607dd7d5c0d1e4af61aa6b596e5c42d3 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Mon, 31 Mar 2025 07:00:18 +0200 Subject: [PATCH] revert back to ubuntu-latest for 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 d766a834..3b94427e 100644 --- a/.github/workflows/generate-documentation.yml +++ b/.github/workflows/generate-documentation.yml @@ -6,7 +6,7 @@ on: jobs: generate: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: