diff --git a/.copier-answers.yml b/.copier-answers.yml index eeed0ff..d58aa89 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,4 +1,4 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: v2.4.6 +_commit: v2.5.0 _src_path: https://github.com/dafyddj/copier-bootstrap template_name: copier-bootstrap diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 29b3710..80ecf9d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ concurrency: jobs: should-run: name: Should run - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 timeout-minutes: 5 outputs: should-run: ${{ steps.action.outputs.should-run }} @@ -23,7 +23,8 @@ jobs: name: Run `pre-commit` needs: should-run if: fromJSON(needs.should-run.outputs.should-run) - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 + timeout-minutes: 5 env: # renovate: datasource=custom.python-versions depName=actions/python-versions versioning=pep440 PYTHON_VERSION: 3.13.1 @@ -37,7 +38,8 @@ jobs: name: Run approval tests needs: should-run if: fromJSON(needs.should-run.outputs.should-run) - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 + timeout-minutes: 5 env: # renovate: datasource=pypi depName=copier COPIER_VERSION: 9.4.1 @@ -66,7 +68,8 @@ jobs: issues: write pull-requests: write checks: read - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 + timeout-minutes: 10 steps: - uses: poseidon/wait-for-status-checks@899c768d191b56eef585c18f8558da19e1f3e707 # v0.6.0 with: