From 91a89406da05afc1d377afe101207618a641104a Mon Sep 17 00:00:00 2001 From: Circle TechOps Repo Updater Date: Tue, 9 Dec 2025 23:11:59 +0000 Subject: [PATCH] chore(stepsecurity): update workflows to use custom hosted runners with built-in StepSecurity --- .github/workflows/recibo_python_test.yaml | 2 +- .github/workflows/recibo_test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/recibo_python_test.yaml b/.github/workflows/recibo_python_test.yaml index d1b52dc..2c074d0 100644 --- a/.github/workflows/recibo_python_test.yaml +++ b/.github/workflows/recibo_python_test.yaml @@ -29,7 +29,7 @@ env: jobs: run_recibo_tests: - runs-on: ubuntu-latest + runs-on: github-hosted-small steps: - name: Check out repository code diff --git a/.github/workflows/recibo_test.yaml b/.github/workflows/recibo_test.yaml index d36f647..b320ca9 100644 --- a/.github/workflows/recibo_test.yaml +++ b/.github/workflows/recibo_test.yaml @@ -29,7 +29,7 @@ env: jobs: run_recibo_tests: - runs-on: ubuntu-latest + runs-on: github-hosted-small steps: - name: Check out repository code uses: actions/checkout@v4