This commit is contained in:
parent
dbd3b4deff
commit
bcb4f76a7d
2 changed files with 2 additions and 1 deletions
|
@ -2,5 +2,6 @@
|
|||
self-hosted-runner:
|
||||
# Labels of self-hosted runner in array of strings.
|
||||
labels:
|
||||
- nixos-latest
|
||||
- nixos-unstable
|
||||
- nixos-24.11
|
||||
|
|
|
@ -9,7 +9,7 @@ on:
|
|||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: nixos-unstable
|
||||
runs-on: nixos-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue