diff --git a/.copier-answers.yaml b/.copier-answers.yaml index ae83899..eacddf2 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 552b2de +_commit: f43b419 _src_path: https://github.com/python-project-templates/base.git add_extension: uitk-webawesome brand_name: Example diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f5474de..6579c87 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,7 +12,7 @@ permissions: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1