diff --git a/.forgejo/actionlint.yaml b/.forgejo/actionlint.yaml index 7c3bfc8..32eb96d 100644 --- a/.forgejo/actionlint.yaml +++ b/.forgejo/actionlint.yaml @@ -2,5 +2,6 @@ self-hosted-runner: # Labels of self-hosted runner in array of strings. labels: + - nixos-latest - nixos-unstable - nixos-24.11 diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 8396ab5..c49b72e 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -9,7 +9,7 @@ on: jobs: test: - runs-on: nixos-unstable + runs-on: nixos-latest steps: - name: checkout uses: actions/checkout@v4