chore: fix runner tag
Some checks failed
Test some stuff / test (push) Failing after 14s

This commit is contained in:
Julian Stiller 2025-05-24 00:09:45 +02:00
parent dbd3b4deff
commit bcb4f76a7d
2 changed files with 2 additions and 1 deletions

View file

@ -2,5 +2,6 @@
self-hosted-runner: self-hosted-runner:
# Labels of self-hosted runner in array of strings. # Labels of self-hosted runner in array of strings.
labels: labels:
- nixos-latest
- nixos-unstable - nixos-unstable
- nixos-24.11 - nixos-24.11

View file

@ -9,7 +9,7 @@ on:
jobs: jobs:
test: test:
runs-on: nixos-unstable runs-on: nixos-latest
steps: steps:
- name: checkout - name: checkout
uses: actions/checkout@v4 uses: actions/checkout@v4