[FIX] Update copier template

To fix Ubuntu version problem.
This commit is contained in:
Pedro M. Baeza
2023-01-08 12:41:01 +01:00
parent 88193f394c
commit af1f4f28e8
5 changed files with 10 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ on:
jobs:
pre-commit:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2

View File

@@ -28,7 +28,7 @@ jobs:
fi
done
test:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
container: ${{ matrix.container }}
name: ${{ matrix.name }}
strategy: