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.
This commit is contained in:
GareArc 2026-05-11 19:46:11 -07:00
parent 1f7da9c191
commit 83d14e0540
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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: