Switch CI to self-hosted runners

Updated all GitHub Actions workflows to use self-hosted runners instead of `ubuntu-latest`. This change ensures better control over the CI environment and aligns with internal infrastructure requirements.
This commit is contained in:
Jeppe Bundgaard
2026-06-02 10:36:22 +02:00
parent c23168afc5
commit 20071166f8
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ on:
jobs:
assign-task:
runs-on: ubuntu-latest
runs-on: [self-hosted, Linux, X64, default]
permissions:
issues: write
steps: