Updated workflow to debian-latest
All checks were successful
/ test (push) Successful in 18s

This commit is contained in:
Bart Koolen 2026-04-05 15:12:34 +02:00
parent 66bad77b74
commit e60315d415

View file

@ -1,6 +1,6 @@
on: [push] on: [push]
jobs: jobs:
test: test:
runs-on: native runs-on: debian-latest
steps: steps:
- run: echo All good! - run: echo All good!