Bump CI macOS python version to 3.11

Attempt to fix missing issue installing poetry [1].

[1]: https://github.com/freedomofpress/dangerzone/actions/runs/7487413482/job/20379748604?pr=627
This commit is contained in:
deeplow 2024-01-11 11:12:35 +00:00
parent 1835756b45
commit 5e169a832b
No known key found for this signature in database
GPG key ID: 577982871529A52A

View file

@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
- run: pip install poetry
- run: poetry install
- name: Run CLI tests