Change CI template to nixos
This commit is contained in:
parent
2e99c27f47
commit
050d5e289f
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
on:
|
||||
schedule:
|
||||
- cron: '*/5 * * * *'
|
||||
- cron: '* * * * *'
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: nixos-latest
|
||||
steps:
|
||||
- run: echo All Good
|
Loading…
Add table
Add a link
Reference in a new issue