Fix: runs-on: ubuntu-latest (passt zum lawgit-runner Label)

This commit is contained in:
2026-02-20 17:19:34 +01:00
parent 269e05bc01
commit 4418b9e35e

View File

@@ -9,9 +9,7 @@ on:
jobs:
update:
runs-on: docker
container:
image: node:20-bookworm
runs-on: ubuntu-latest
steps:
- name: Install system dependencies
run: |