From bcb4f76a7dda0bc503641e977fefa0f8fc57fadf Mon Sep 17 00:00:00 2001 From: Julian Stiller Date: Sat, 24 May 2025 00:09:45 +0200 Subject: [PATCH] chore: fix runner tag --- .forgejo/actionlint.yaml | 1 + .forgejo/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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