fix: run actions natively
Some checks are pending
Docker / run-tests (push) Waiting to run
Docker / build-and-push-image (push) Blocked by required conditions

This commit is contained in:
Troy 2025-05-05 23:36:14 +01:00
parent 62ed418631
commit 0b851e1132
Signed by: troy
GPG key ID: DFC06C02ED3B4711
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ permissions:
jobs:
run-tests:
runs-on: ubuntu-latest
runs-on: nixos-x86_64-linux
steps:
- name: Checkout repository
uses: actions/checkout@v4