pin ubuntu version to 22.04 (try to fix https://github.com/Kozea/Radicale/issues/1594)

This commit is contained in:
Peter Bieringer 2024-10-15 08:14:54 +02:00
parent 1670e4a793
commit 8bfed78926

View file

@ -6,7 +6,7 @@ on:
jobs:
generate:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with: