Switch to Ubuntu for CI (way faster than with alpine)

This commit is contained in:
Thomas Sileo 2022-07-01 19:34:29 +02:00
parent 9176e38bc8
commit 9a4643fa3e
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
image: alpine/edge
image: ubuntu/22.10
sources:
- https://git.sr.ht/~tsileo/microblog.pub
packages:
@ -7,10 +7,10 @@ packages:
- libxml2-dev
- libxslt-dev
- gcc
- jpeg-dev
- zlib-dev
- build-base
- libjpeg-dev
- zlib1g-dev
- libffi-dev
- python3.10-venv
tasks:
- setup: |
curl -sSL https://install.python-poetry.org | python3 -