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