Browse Source

revert back to ubuntu-latest for https://github.com/Kozea/Radicale/issues/1594

Peter Bieringer 11 months ago
parent
commit
8cdf262560
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/generate-documentation.yml

+ 1 - 1
.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: