From 4714ac4ae6f44c85aa6d2859de6cd4877b1a80d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfred=20G=C3=B6ppel?= <43101280+alfi0812@users.noreply.github.com> Date: Sun, 22 Feb 2026 21:53:43 +0100 Subject: [PATCH] fix(ci): update ci to run some stuff on ubuntu-latest (#45410) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [ ] 📜 Documentation Changes **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made changes to the documentation - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [ ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --- .github/workflows/charts-lint.yaml | 3 +-- .github/workflows/common-tests.yaml | 9 +++------ .github/workflows/stale.yaml | 3 +-- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/workflows/charts-lint.yaml b/.github/workflows/charts-lint.yaml index ccc761c54e2..578bca26e65 100644 --- a/.github/workflows/charts-lint.yaml +++ b/.github/workflows/charts-lint.yaml @@ -19,8 +19,7 @@ on: jobs: lint-and-verify: name: Lint Charts and Verify Dependencies - runs-on: - group: default + runs-on: ubuntu-latest steps: - name: Checkout [master] if: inputs.chartChangesDetected == 'true' diff --git a/.github/workflows/common-tests.yaml b/.github/workflows/common-tests.yaml index dc8c218c0e0..f96019abde7 100644 --- a/.github/workflows/common-tests.yaml +++ b/.github/workflows/common-tests.yaml @@ -41,8 +41,7 @@ jobs: lint: name: Lint Common - runs-on: - group: default + runs-on: ubuntu-latest needs: check_changes if: needs.check_changes.outputs.changes_detected == 'true' strategy: @@ -82,8 +81,7 @@ jobs: needs: - lint name: Unit Tests - runs-on: - group: default + runs-on: ubuntu-latest env: helmUnitVersion: 1.0.3 strategy: @@ -140,8 +138,7 @@ jobs: needs: - lint name: Install Charts - runs-on: - group: default + runs-on: ubuntu-latest strategy: fail-fast: false matrix: diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 302992a34ee..1ebadc7d862 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -8,8 +8,7 @@ on: jobs: stale: - runs-on: - group: default + runs-on: ubuntu-latest steps: - name: Check for stale issues and PRs uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10