Updated workflow to native
All checks were successful
/ test (push) Successful in 0s

This commit is contained in:
Bart Koolen 2026-04-04 22:02:00 +02:00
parent a738025836
commit 66bad77b74

View file

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