ci: Update GH runner labels (#4121)

* ci: migrate workflows off deprecated oracle-vm runners

Switch CI jobs from oracle-vm-* runner labels to cncf-ubuntu-* as the oracle-cm-* CNCF runner labels are deprecated.

Signed-off-by: Andrei Aaron <andreifdaaron@gmail.com>

* ci: increase resources available for ecosystem tools tests

Signed-off-by: Andrei Aaron <andreifdaaron@gmail.com>

---------

Signed-off-by: Andrei Aaron <andreifdaaron@gmail.com>
This commit is contained in:
Andrei Aaron
2026-06-09 12:46:21 +03:00
committed by GitHub
parent 1dc5c8e51d
commit d480380ef7
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ permissions: read-all
jobs:
client-tools:
name: Check client tools
runs-on: oracle-vm-16cpu-64gb-x86-64
runs-on: cncf-ubuntu-32-128-x86
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with: