fixup! Generate changes once a week so github actions keep running.

This commit is contained in:
2025-07-08 09:34:28 +01:00
parent 89b39767f4
commit ad6b60fcfb
+1 -1
View File
@@ -5,7 +5,7 @@ on:
- cron: "0 2 */7 * *"
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
name: Build amd64 and arm64 images
steps:
- name: Checkout API repo