fix(actions): Revert to ubuntu image

This commit is contained in:
l-nmch
2025-10-25 16:55:45 +02:00
parent 1d90140fb9
commit 7a79f39209

View File

@@ -10,7 +10,7 @@ on:
jobs:
build:
runs-on: debian-latest
runs-on: ubuntu-latest
steps:
- name: Checkout code