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:
|
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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue