diff --git a/.github/workflows/bindings_python_ci.yml b/.github/workflows/bindings_python_ci.yml index a78f27b0b1..78e1a9615c 100644 --- a/.github/workflows/bindings_python_ci.yml +++ b/.github/workflows/bindings_python_ci.yml @@ -56,7 +56,7 @@ jobs: run: cargo clippy --all-targets --all-features -- -D warnings check-python: - runs-on: ubuntu-latest + runs-on: ubuntu-slim steps: - uses: actions/checkout@v6 - uses: astral-sh/setup-uv@v7 diff --git a/.github/workflows/ci_typos.yml b/.github/workflows/ci_typos.yml index 38541bffbc..1dd42ed257 100644 --- a/.github/workflows/ci_typos.yml +++ b/.github/workflows/ci_typos.yml @@ -38,7 +38,7 @@ permissions: jobs: typos-check: name: typos check - runs-on: ubuntu-latest + runs-on: ubuntu-slim timeout-minutes: 10 env: FORCE_COLOR: 1 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7fef7973e5..17bfd8bf3d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -33,7 +33,7 @@ permissions: jobs: analyze: name: Analyze Actions - runs-on: ubuntu-latest + runs-on: ubuntu-slim permissions: contents: read security-events: write