From a887a6cca4048f931871927cb8fc5fa1cca6069e Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 22 Jun 2026 23:24:59 +0200 Subject: [PATCH] fix: adjust to run on `ubuntu-latest` as there are no low runners Signed-off-by: Ferdinand Thiessen --- .github/workflows/ai-policy.yml | 2 +- workflow-templates/ai-policy.yml | 2 +- workflow-templates/npm-build.yml | 2 +- workflow-templates/update-stable-titles.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ai-policy.yml b/.github/workflows/ai-policy.yml index 4ddfe34..c86be86 100644 --- a/.github/workflows/ai-policy.yml +++ b/.github/workflows/ai-policy.yml @@ -27,7 +27,7 @@ concurrency: jobs: check-ai-trailers: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest steps: - name: Collect PR commit messages id: collect diff --git a/workflow-templates/ai-policy.yml b/workflow-templates/ai-policy.yml index 4ddfe34..c86be86 100644 --- a/workflow-templates/ai-policy.yml +++ b/workflow-templates/ai-policy.yml @@ -27,7 +27,7 @@ concurrency: jobs: check-ai-trailers: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest steps: - name: Collect PR commit messages id: collect diff --git a/workflow-templates/npm-build.yml b/workflow-templates/npm-build.yml index 1b953c7..53ae07a 100644 --- a/workflow-templates/npm-build.yml +++ b/workflow-templates/npm-build.yml @@ -71,7 +71,7 @@ jobs: summary: permissions: contents: none - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [build] if: always() diff --git a/workflow-templates/update-stable-titles.yml b/workflow-templates/update-stable-titles.yml index ca8be8b..9575ced 100644 --- a/workflow-templates/update-stable-titles.yml +++ b/workflow-templates/update-stable-titles.yml @@ -14,7 +14,7 @@ concurrency: jobs: update-pr-title: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest permissions: pull-requests: write contents: read