From 83d14e0540abc9ea7eb2d702285c0a7521addc9e Mon Sep 17 00:00:00 2001 From: GareArc Date: Mon, 11 May 2026 19:46:11 -0700 Subject: [PATCH] ci(cli): use depot-ubuntu-24.04 for cli-tests jobs Aligns cli-tests.yml and the cli-tests-skip/finalizer jobs in main-ci.yml with the rest of the pipeline; all other jobs already use depot-ubuntu-24.04. --- .github/workflows/cli-tests.yml | 2 +- .github/workflows/main-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cli-tests.yml b/.github/workflows/cli-tests.yml index e12a5dc5c3..18ce6e4e9c 100644 --- a/.github/workflows/cli-tests.yml +++ b/.github/workflows/cli-tests.yml @@ -16,7 +16,7 @@ concurrency: jobs: test: name: CLI Tests - runs-on: ubuntu-latest + runs-on: depot-ubuntu-24.04 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} defaults: diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index d2091c6393..d9fde02750 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -210,7 +210,7 @@ jobs: - pre_job - check-changes if: needs.pre_job.outputs.should_skip != 'true' && needs.check-changes.outputs.cli-changed != 'true' - runs-on: ubuntu-latest + runs-on: depot-ubuntu-24.04 steps: - name: Report skipped CLI tests run: echo "No CLI-related changes detected; skipping CLI tests." @@ -223,7 +223,7 @@ jobs: - check-changes - cli-tests-run - cli-tests-skip - runs-on: ubuntu-latest + runs-on: depot-ubuntu-24.04 steps: - name: Finalize CLI Tests status env: